/* Add here all your CSS customizations */
h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 10px 0;
}

.sticky-menu-btn {
	background-color: #0088cc;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 1px;
}

code {
	color: #0088cc;
}





.api-object {
   background: #0066CC;
   color: #ffffff;
   padding: 2px;
   margin-top: 20px;
   margin-bottom: 20px;
   border-radius:          5px 5px 5px 5px;
   -moz-border-radius:     5px 5px 5px 5px;
   -webkit-border-radius:  5px 5px 5px 5px;
}

.api-header {
   padding-left: 10px;
   font-size: 1.0em;
   font-weight: 700;
   text-align: left;
}

.api-description {
   text-align: left;
   font-size: 0.8em;
}

.api-example-output-header {
   padding: 10px;
   text-align: left;
   background-color: #999999;
   color: #fffff;
   border-radius:          5px 5px 0px 0px;
   -moz-border-radius:     5px 5px 0px 0px;
   -webkit-border-radius:  5px 5px 0px 0px;
}

.api-example-output {
   padding: 10px;
   text-align: left;
   background: #ffffff;
   color: #000000;
   border: 1px solid #bbbbbb;
   border-radius:          0px 0px 5px 5px;
   -moz-border-radius:     0px 0px 5px 5px;
   -webkit-border-radius:  0px 0px 5px 5px;
}

