h2,h3 {
	color:#FFF;
}
a {
	color: #ffab00;
}

.headbox {
	padding: 10px;
	background-color: #191c24;
	border-radius: 3px 3px 0px 0px;
	color: #fff;
}
.bodybox {
	padding:10px;
	background: #191c24;
}
table.api-table {
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #7C7C7C;
	width: 100%;
	text-align: left;
	border-spacing:0px;
	margin-bottom:10px;
	color: #333;
	background-color: #ffffff;
}
table.api-table td, table.api-table th {
	border: 0px solid #AAAAAA;
	padding: 3px 10px;
}
table.api-table tbody td {
	font-size: 13px;
}
table.api-table tr:nth-child(even) {
	background: #D8EDFF;
}
table.api-table thead {
	background: #ffab00;
}
table.api-table thead th {
	font-size: 17px;
  font-weight: normal;
  text-align: left;
}
table.api-table thead th:first-child {
	border-left: none;
}
p {
		font-size: 13px;
}
.code-output {
	margin:10px;
	padding:5px;
	background-color: #ddd;
	border: 1px solid #c6c6c6;
	overflow:scroll;
	max-height:500px;
	color: #333;
}
#keyclick {
	background: #8f5fe8;
	color:#FFF;
	padding: 10px;
	border-radius: 3px;
	cursor:pointer;
	transition: all 2s;
}
#exp {
	color:red;
	font-size:13px;
	font-weight: bold;
}
