html, body {
	padding: 0;
	margin: 0;
	background: white;
	color: black;

	font-family: sans-serif;
	font-size: 12px;
}

.meter h1, .meter h2 {
	text-align: center;
}

.results .yourspeed {
	font-size: 24px;
	text-align: center;
}

.results .yourspeed .thespeed {
	display: block;
	color: red;
	font-weight: bold;
}

.results .bytespeed {
	font-size: 16px;
	text-align: center;
}

.results .bytespeed .thespeed {
	font-weight: bold;
}

.results table.bargraph {
	border-collapse: collapse;
	border: 1px solid black;
	background: #E6E6E6;
	margin: auto;
}

.results table.bargraph td {
	padding: 3px 6px;
	text-align: left;
}
.results table.bargraph tr.speedyou {
	font-weight: bold;
}
.results table.bargraph td.speed {
	text-align: right;
}
.results table.bargraph td.bar div {
	height: 10px;
	background: gray;
}

.results .footer {
	text-align: center;
}
.results .footer a {
	margin: 0 10px;
}
