#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	font: 100% helvetica, arial, sans-serif;
	text-align: center;
}

#head, #form {
	text-align: center;
	font: 200% helvetica, arial, sans-serif;
}

#foot, #bookmarklet, #check-another {
	width: 70%;
	margin: 1em auto;
	font: 0.8em helvetica, arial, sans-serif;
	color: #777;
	text-align: center;
	text-transform: lowercase;
}

#subscribe, #twitter, #facebook {
	font: 0.6em helvetica, arial, sans-serif;
}

#main {
	margin: 0 auto;
	width: 800px;
}

#form {
	margin-top: 1em;
}

#foot a {
	color: #777;
}

#ad-horiz {
	margin: 0.5em auto;
	width: 728px;
	height: 20px;
}

div.box {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 8px;
	text-align: left;
	float: left;
}

#main-details {
	width: 728px;
}

#boring-details {
	clear: left;
	width: 400px;
}

#broken-details {
	width: 100%;
	float: none;
}

#hosting, #extras, #graph, #feature-list {
	width: 294px;
	float: left;
}

#form {
	clear: both;
}


span.broken {
	color: red;
}
span.working {
	color: green;
}

form {
	text-align: center;
}

h1, h2 {
	margin-bottom: 0.3em;
}

h4 {
	font: bold 100% helvetica, arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.3em;
	font-size: 60%;
}


ul.details {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 1em;
	padding-left: 0;
	margin: 0 auto;
}

ul.details li {
/*	margin: 0 0 0.5em 0; */
	padding: 0.2em 0.5em;
}

ul.details li.detail-0 {
	/*list-style-image: url(i/cross.png);*/
	background: #fee;
	border: 1px solid #f00;
}
ul.details li.detail-0:before, .cross:before {
	content: '✗';
	color: red;
	margin-right: 1em;
}

ul.details li.detail-1 {
	/*list-style-image: url(i/tick.png);*/
}
ul.details li.detail-1:before, .tick:before {
	content: '✓';
	color: green;
	margin-right: 1em;
}

ul.details li.detail-2 {
	/*list-style-image: url(i/asterisk_yellow.png);*/
}
ul.details li.detail-2:before, .warning:before {
	content: '⚠';
	color: orange;
	margin-right: 1em;
}

ul.info, ul.extras {
	font: 100% "Lucida Sans Typewriter", "Courier New", monospace;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

ul.info li, ul.extras li {
	margin: 0 0 0.5em 0;
}

ul.hosting-banners {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

a img {
	border: none;
}

span.google-branding {
	margin-left: 1em;
}
.gsc-branding, .gsc-branding-text {
	width: auto;
	display: inline;
}

li.i1 {
	background-color: #eee;
}

table {
	width: 100%;
}

ol.sourcecode {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	color: #888;
	background-color: #eee;
	font-size: 0.8em;
}

ol.sourcecode code {
	color: #000;
}

dl.headers {
	text-align: left;
	background-color: #eee;
	font-size: 0.8em;
	overflow: auto;
	width: 100%;
	border: 1px dotted #f00;
}

dl.headers dd, dl.headers dt {
	display: block;
	margin: 1em;
	float: left;
}

dl.headers dt {
	clear: both;
}

.highlight {
	background-color: #eeeec2;
	border: 1px solid #330;
}

.error {
	background: #fee;
	border: 1px solid #f00;
}

p.meta {
	color: #333;
	font-size: 0.4em;
}
