
/* API */
div.api {
	background-color: #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 30px;
	width: auto;
}

div.api>div {
	padding: 12px 15px;
}

div.api>div code {
	background-color: #f2f2f2;
	clear: both;
	display: block;
	padding: 12px 15px!important;
	margin-bottom: 30px;
}

div.api>div code.php {
	display: none;
}

div.api>div code b {
	color: red;
	font-weight: 100;
}

div.api>div ul {
	display: block;
	margin-bottom: 5px;
	margin-left: 20px;
}

div.api>div>ul {
	margin-bottom: 20px;
}

div.api>div dl {
	display: block;
	margin-bottom: 5px;
	margin-left: 10px;
}

div.api>div dt {
	display: inline-block;
	margin-right: 10px;
}

div.api>div dt a {
	background: #AAAAAA;
	color: rgb(255, 255, 255);
	-webkit-border-radius:10px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 400;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

div.api>div dt a.odd {
	background: #73BCDE;
}

div.api h3 {
	color: rgb(90, 99, 110);
	display: block;
	font-size: 18px;
	font-weight: 400;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 12px 15px!important;
}

div.api h3 em {
	text-transform: none;
}

table.api {
	background-color: #FFFFFF;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 30px;
	width: 100%;
}

	@media screen and (max-width:768px) {
		table.api {
			width: calc(100% + 40px);
			margin-left: -20px;
		}
	}

table.api th {
	font-weight: 400;
	background-color: #f2f2f2;
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	padding: 12px 15px;
	text-align:left;
}

table.api th:first-child {
	width: 130px;
}

	@media screen and (max-width:768px) {
		table.api th {
			font-size: 12px;
			line-height: 1.2em;
		}
		table.api th:first-child {
			width: 85px;
		}
	}

table.api th:last-child {
	min-width: 300px;
}

table.api tr td {
	font-weight: 100;
	line-height: 1.2em;
	border-style: none;
	border-bottom: 1px dotted #e0e0e0;
	vertical-align: top;
	padding: 18px 15px;
}

	@media screen and (max-width:768px) {
		table.api tr td {
			font-size: 12px;
		}
	}

table.api tr td a {
	color: #2c9ab7;
	text-decoration: none;
}

table.api tr td:first-child a,
table.api span.method,
div.api span.method {
	background: #AAAAAA;
	color: #fff;
	padding: 2px 10px 2px 10px;
	height: 20px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}

	@media screen and (max-width:768px) {
		table.api tr td:first-child a,
		table.api span.method,
		div.api span.method {
			font-size: 10px;
		}
	}

div.api span.method {
	font-size: 16px;
}

table.api tr td a.get,
table.api span.get,
div.api span.get {
	background: #73BCDE;
}

table.api tr td a.post,
table.api span.post,
div.api span.post {
	background: #93b632;
}

table.api tr td a.put,
table.api span.put,
div.api span.put {
	background: #A584D8;
}

table.api tr td a.delete,
table.api span.delete,
div.api span.delete {
	background: #EC8371;
}
