html,body {
	margin: 0;
	padding: 0;
	font: 13px "Droid Sans", sans-serif;
}

#header {
	background-color: #89bf04;
	padding: 14px;
}

#header h1 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}

#content {
	padding: 14px;
}

#content h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding: 0;
}

#content .intro {
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.endpoints {
	
}

.endpoints ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.endpoints ul li {
	padding: 8px;
	background: #e9f0f7;
	border: 1px solid #c9d8ec;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
}

.endpoints ul li:hover {
	cursor: pointer;
}

.endpoints ul li .get {
	padding: 10px 20px;
	margin-top: -8px;
	margin-left: -8px;
	background: #3867b4;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.endpoints ul li .post {
	padding: 10px 20px;
	margin-top: -8px;
	margin-left: -8px;
	background: #89bf04;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.endpoints ul li .description {
	
}

.endpoints ul li table {
	width: 100%;
	border-collapse: collapse;
}

.endpoints ul li table th {
	padding: 5px;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #999;
	text-align: left;
}

.endpoints ul li table td {
	padding: 5px;
	font-size: 13px;
	color: #666;
	text-align: left;
}

.endpoints ul li.get .details h3 {
	color: #0F6AB4 !important;
	font-size: 16px;
	margin: 0;
	padding: 15px 0 5px 0px;
}

.endpoints ul li span {
	font-size: 15px;
	color: #525252;
}

.example {
	background-color: #FCF6DB;
	border: 1px solid #E5E0C6;
	padding-left: 10px;
}

.required td {
	font-weight: bold;
}

.fleft {
	float: left;
	margin-right: 10px;
}

.fright {
	float: right;
}

.details {
	display: none;
	clear: both;
}