/* CSS by Jack Rugile - http://jackrugile.com */
/* CSS reset by Richard Clark - html5doctor.com */



pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #333;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	margin: 0;
	width: 580px;
	overflow: auto;
	overflow-y: hidden;
}

pre code {
	margin: 0;
	padding: 0 10px;
	display: block;
}

a:link, a:visited {
	color: #09f;
	xfont-weight: bold;
}

a:hover, a:active {
	color: #0cf;
}

.demo-box {
	float: left;
	margin: 10px 20px 20px 0;
	width: 130px;	
}

.demo-box.last {
	margin: 10px 0 20px;	
}

.demo-box div {
	background: #f36;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	height: 130px;
	line-height: 130px;
	margin: 10px 0 0 0;
	text-align: center;
	text-shadow: -2px 2px 0px rgba(0,0,0,.2);
}

.demo-box div:hover {
	background: #f58;	
}

.view-source a:link, .view-source a:visited {
	background: #bbb;
	border: none;
	clear: both;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px 1px 0px rgba(0,0,0,.2);
	width: 130px;
}

.view-source a:hover, .view-source a:active {
	background: #0df;
}

table#options {
	border: 1px solid #bbb;
	font-size: 12px;
	margin: 20px 0;
	text-align: left;
	width: 100%;	
}

table#options td{
	color:#000;
}

#options thead {
	background: #bbb;	
	color: #000;
	font-weight: bold;
	text-shadow: -1px 1px 0px rgba(0,0,0,.2);
}

#options th {
	background: #bbb;	
}

#options th, #options td {
	border: 1px solid #fff;
	padding: 12px 18px;	
}

#options tr {
	background: #e1e1e1;
}

#options tr:nth-child(even) {
	background: #e7e7e7;	
}

#options tr:hover {
	background: #d2e3ff;	
}

#accessibility {
	background: #fde;
	border: 1px solid #fcd;
	padding: 10px 20px;
}