html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}

body {
	background: #eee;
	font-family: Arial, Helvetica, "DejaVu Sans", "Liberation Sans", sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5 {
	font-family: "Liberation Sans",Helvetica,Arial,sans-serif;
	font-weight: normal;
	margin: 0.65em 0;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #000;
	text-shadow: 1px 1px #fff;
}

#footer .restraint:before,
h1:after {
	content: "";
	display: block;
	width: auto;
	background: #fff;
	height: 0;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #fff;
	margin: 0.3em 0 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


h1 { font-size: 2.2em; text-shadow: 0 0 2px rgba(0,0,0, 0.3); letter-spacing: -1px;}
h2 { font-size: 2.0em; text-shadow: 0 0 2px rgba(0,0,0, 0.3);}
h3 { color: #202020; font-size: 1.8em;}
h4 { color: #202020; font-size: 1.6em; letter-spacing: 0;}
h5 { color: #202020; font-size: 1.4em; letter-spacing: 0;}

a {
	color: #4e7fac;
	text-shadow: 1px 1px #fff;
}

p {
	margin: 0.4em 0;
	line-height: 1.5em;
}

.restraint {
	margin: auto;
	width: 720px;
	padding: 0 15px;
}

#header {
	background: #333333;
	background: -moz-linear-gradient(top,  #000000 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -o-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#333333 100%);
	background: linear-gradient(top,  #000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
	padding: 10px 0;
	color: #fff;
	text-shadow: 1px 1px #000;
}

#header h1 {
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0 -15px;
	letter-spacing: normal;
	background: url(/reset/images/logo.png) no-repeat 0 0;
	padding: 10px 0 0 200px;
	height: 30px;
	float: left;
}

#header h1:after {
	display: none;
}

#content {
	padding: 10px 0;
	background: #eee;
}

#footer .restraint {
	color: #bbb;
	text-shadow: 1px 1px #fff;
}

#content:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}

.guideline {
	font-size: 12px;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;
	background-color: #fff6bf;
	background-image: url(/reset/images/ui.png);
	background-repeat: no-repeat;
	background-position: 10px -86px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #cab42f;
	position: relative;
}
.guidelinenosymbol {
	font-size: 12px;
	padding: 10px 10px 10px 50px;
	margin: 10px 0;
	background-color: #fff6bf;
	background-repeat: no-repeat;
	background-position: 10px -86px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #cab42f;
	position: relative;
}

.guideline.column1,
.guideline.column2 {
	float: left;
	width: 290px;
	margin: 10px 10px 10px 0;
}
.guideline.column2 {
	width: 296px;
	margin: 10px 0;
}

.guideline ul {
	color: #333;
}

.guideline li {
	margin: 2px 0;
}

.guideline h4 {
	margin: 0;
}

.guideline .toggle {
	position: absolute;
	top: 10px;
	right: 10px;
}

.guideline.open {
	background-position: 10px -92px;
}

.guideline.open .content {
	display: none;
}

.guideline span.emphasis {
	display: block;
	margin-left: 10px;
	font-style: italic;
}

.guideline .content > *:first-child {
		margin-top: 0;
}

.guideline .content > *:last-child {
		margin-bottom: 0;
}

.info-panels {
		display: flex;
		align-items: stretch;
}

.info-panels .guideline.column1,
.info-panels .guideline.column2 {
		float: none;
}

.report {
	list-style: none;
}

.report li {
	background-image: url(/reset/images/ui.png);
	background-repeat: no-repeat;
	background-position: -99999px -999999px;
	padding: 0 0 0 24px;
	margin: 5px 0;
}

.report li.ok {
	color: #169423;
	background-position: 0 0;
}

.report li.fail {
	color: #a21111;
	background-position: 0 -32px;
}

.ticker {
	display: inline;
	font-weight: bold;
	font-size: 18px;
}

.list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-inline li {
	display: inline-block;
	margin: 0 10px 0 0;
}

#reset\.submit:disabled,
#reset\.submit[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: #ccc !important;
    color: #666 !important;
    border-color: #bbb !important;
    box-shadow: none !important;
}
