<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: url('../img/bwservice-bg.png') repeat-y center;
	margin: 0;
	font-family: "Open Sans",sans-serif;
}
#header{
	width: 100%;
	background-color: #D8D8D8;
	box-shadow: 0 0 23px -4px;
}
#header &gt; div &gt; img{
	height: 60px;
}
#header h1{
	float: right;
	margin-right: 30px;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}
#footer{
	background-color: #262626;
	color: white;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-style: italic;
	font-size: 13px;
}
h2 a{
	text-decoration: none;
	font-size: 14px;
	margin-left: 50px;
}
.container{
	width: 980px;
	margin: auto;
	padding: 10px 0;
}
.container .menu, .container .content{
	float: left;
}
.container .menu{
	width: 26%;
	color: white;
}
.container .menu h3{
	font-weight: normal;
}
.container .menu ul{
	border-left: 1px solid #0282B6;
	padding-left: 15px;
	list-style: none;
	min-height: 400px;
}
.container .menu ul li{
	margin-bottom: 15px;
}
.container .menu ul a{
	font-size: 13px;
	color: white;
	text-decoration: none;
}
.container .menu ul a span{
	background-color: #0282B6;
	padding: 0 5px;
	border-radius: 3px;
}
.container .menu ul a:hover{
	color: #29A3DD;
}
.container .menu ul a:hover &gt; span{
	background-color: #0282B6;
	color: white;
}
.container .content{
	margin-left: 3%;
	width: 71%;
}
.container .content p{
	line-height: 1.5;
}
.container .content table{
	border-collapse: collapse;
	margin-bottom: 5px;
}
.container .content table tr:nth-child(odd) {
    background-color: #f3f3f3;
}
.container .content table td, .container .content table th{
	border: 1px solid #dadada;
	padding: 8px;
	text-align: left;
	font-size: 13px;
}
.container .content .caption {
    font-style: italic;
    color: #969696;
}
.container .content .flagged{
	color: red;
	font-weight: bold;
	margin-right: 10px;
}
.container .content ul .flagged{
	margin: 0;
}
.container .content ul{
	list-style: none;
	padding-left: 12px;
}

.container .content ul li, .container .content ol li{
	padding: .4em 0;
    line-height: 1.4em;
    position: relative;
    font-style: italic;
    color: #3b3b3b;
}
.container .content ul li:before{
 	color:#ed0000;
  	content:"\2022"; 
  	padding-right: 13px; 
}
.container .content ol {
	counter-reset: item; 
	padding-left: 12px;
}
.container .content ol li { 
	display: block;
}
.container .content ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #ed0000;
    padding-right: 13px;
}
.container .content code{
	    
    background: rgb(241, 241, 241);   
    border-radius: 3px;   
    color: rgb(59, 59, 59);
    line-height: 21.6px;   
    padding: 0 5px 0 5px;
}
.container .content pre{
	background: #fafafa;
    line-height: 1.6;
    position: relative;
    margin: 0;
    overflow: auto;
    padding: 15px;
    width: 568px;
    font-size: 12px;
}
#account_setup pre{
	width: auto;
	background-color: #ddd;
}

.container .content table.params{
	width: 100%;
	margin-bottom: 30px;
}
.container .content table.params tr{
	border-bottom: 1px solid #eee;
}
.container .content .api-call-detail table.params tr{
	border-bottom: 1px solid #aaa;
}
.container .content .api-call-detail table.params td{
	background-color: #f1f1f1;
}
.container .content table.params th{
	font-weight: bold;
}
.container .content table.params td, .container .content table.params th{
	border: 0;
	padding: 10px;
	vertical-align: top;
}
.container .content table.params td:first-child{
	font-weight: 500;
}
.container .content table.params td span{
	font-weight: 300;
	font-style: italic;
}
.container .content table.params td:nth-child(2){
	font-weight: 300;
	font-style: italic;
}
.container .content table.params td:last-child span{
	font-style: italic;
	font-weight: normal;
}
.container .content table.params td:last-child span.unit{
	font-weight: bold;
}
.api-call-detail{margin-bottom: 70px;}</pre></body></html>