html {
	font-family: BentonSans, sans-serif;
}

body {
	padding: 0;
	margin: 0;
}
.demo {
	width: 100%;
	height: 90px;
	max-height: 90px;
	border: 1px dotted #999;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
	padding: 10px;
	font-family: monospace;
	font-size: 11px;
	box-sizing: border-box;
	white-space: pre-wrap;
}

table {
	width: 100%;
}

.compatibility h3 {
	margin: 0;
	font-size: 15px;
}
.compatibility .feature-meta {
	font-size: 12px;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;
}
.compatibility .feature-meta li {
	margin-right: 6px;
	display: inline-block;
}
.compatibility tr.has-notes td {
	border-bottom: none;
}

[class^='status'],div[class*=' status']{
	padding: 1px 4px;
	display: inline-block;
	font-size: 80%;
	border-radius: 3px;
	margin-right: 2px;
}
.status-polyfilled {
	background-color: #2BA5FC;
	color: white;
	border: 1px dashed white;
	font-weight: bold;
}
.status-native {
	background-color: #6FFF9D;
	border: 1px solid #999;
}
.status-missing {
	background-color: #ECECEC;
	color: #aaa;
	font-style: italic;
}

.enhanced #chart-requests, .enhanced #chart-hitratio {
	width: 100%;
	height: 200px;
}
.enhanced .chart-data {
	display: none;
}

.outages {
	width: 100%;
}
.outages tr th,
.outages tr td {
	padding: 5px;
}

pre.bigcode code {
	font-size: 150%;
}

.apidoc td,
.apidoc th {
	vertical-align: top;
}
.apidoc td :first-child,
.apidoc th :first-child {
	margin-top: 0;
}

.versionlist code:not(:last-child):after {
	content: ", ";
}

.o-overlay-trigger {
	cursor: pointer;
}
.hover-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hover-menu a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: black;
	padding: 5px;
}
.hover-menu a:hover {
	background-color: #f0f0f0;
}

.license a {
	color: green;
	font-weight: bold;
}
.license-proprietary a {
	color: #a50000;
	font-weight: bold;
}

.notes td {
	padding-top: 0 !important;
}
.notes ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	color: #777;
}
.notes td p {
	padding: 0;
	margin: 0;
}
