html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding-top: 20px;
}

#content {
  flex: 1;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #eee;
}




.alert-default {
	background: #e1e1e1;
	color: gray;
}

.result-col {
	max-width: 165px !important;
	min-width: 165px !important;
	float: left !important;
}



#api-usage {
	color: #337ab7;
	border-bottom: 1px dashed silver; 
	padding-bottom: 2px; 
	cursor: pointer;
	margin-left: 12px;
}
.active#api-usage:before {
	content: "+ ";
	margin-left: -12px;
}

.api-details {
	display: none;
	background: #DBEDF9;
	padding: 10px;
	margin-top: -5px;
	font-family: courier new;
	font-size: 12px;
}
.api-vars {
	padding: 10px;
}
