<style type="text/css">

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	min-height: 100%;
	margin:0;
	padding: 0;
}
body {
	line-height: 1;
	width: 100%;
	min-height: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	color: rgb(220,220,220);
}


.page {
	width: 100%;
	min-width: 1024px;
	max-width: 1440px;
	margin: 0 auto;
	border:0;
	padding: 0;
}
img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

a, a:visited {
	text-decoration: none;
	color: default;
}

#line1 {
	width: 100%;
	height: 20px;
	background-color: #202d44;
	margin: 0;
}

#line2 {
	width: 100%;
	height: 10px;
	background-color: #fc4349;
}

#line3 {
	width: 100%;
	height: 10px;
	background-color: #6dbcdb;
}

#header {
	width: 100%;
	height: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: white;
	position: absolute;
	top: 0;
	margin-bottom: 60px;
	left: 0;
}

#table {
	font-size: 0.9em;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.friendbox {
	height: auto;
	margin-left: 30px;
}

#preload { 
	display: none; 
}


.crybox {
	line-height: 150%;
	font-weight: 300;
	height: auto;
	margin-left: 30px;
	margin-right: 25px;
}

#runner, #counter, #solidus {
	display: inline;
}

#runner {
	margin-right: 15px;
}

#counter {
	margin-left: 15px;
}

#form {
	text-align: center;
}

#post {
	margin: 0 auto;
	width: 120px;
	padding: 10px;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
	color: black;
	font-size: 0.7em;
}

#post:hover, #restart:hover {
	color: rgb(10,180,10);
	border: 1px solid rgb(10,180,10);
}

#practice {
	margin: 0 auto;
	width: 120px;
	padding: 5px;
	border: 1px solid black;
	text-align: center;
	cursor: pointer;
	color: black;
}

#practice:hover {
	border: 1px solid red;
	color: red;
}

#score, #message {
	font-size: 0.92em;
	line-height: 200%;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

#middle {
	margin: 0 auto;
	float: left;
	width: 340px;
	margin-right: 40px;
}

#loader {

}

#right2 {
	background-color: white;
	text-align: justify;
	line-height: 210%;
	padding: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.74em;
	border: 1px solid #b0b0b0;
	width: 100%;
	height: 200px;
}

#right1 {
	margin-left: 40px;
	float: left;
	width: 340px;
}

#restart {
	font-size: 0.7em;
	margin: 0 auto;
	width: 100px;
	padding: 10px;
	border-top: 20px;
	border: 1px solid black;
	cursor: pointer;
	color: black;
}

h3 {
	font-family: 'Lato', sans-serif;
	color: #2f2f2f;
	font-size: 1.3em;
	font-weight: 600;
}


#name {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#results1 {
	font-size: 2em !important;
	font-weight: 300;
	text-align: left;
}

#results1 b {
	font-weight: 400;
}

#percentile {
	margin-top: 12px;
	font-size: 1.4em;
	text-align: left;
	font-weight: 300;
}

#percentile b {
	font-weight :400;
}

.other {
	line-height: 170%;
	margin-top: 6px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 300;
}

.other b {
	font-weight: 400;
}

table {
	margin: 0 auto;
	border: 1px solid #b0b0b0;
	border-collapse: collapse;
	background-color: white;
}

tr {
	padding: 10px;
	margin: 0 auto;
	background-color: white;
}

th {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}

td {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.8em;
}

#thumbnailpic {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 500px;
}

#fbloginbutton {
	vertical-align: middle;
	margin-top: 6px;
}

.rank {
	width: 30px;
	padding: 10px;
	margin: 0 auto;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: white;
}

.column,th {
	width: 150px;
	padding: 10px;
	margin: 0 auto;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
	background-color: white;
}

h1 {
	margin-top: 5%;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	font-weight: normal;
}

.friendpic {
	width: 48px;
	margin-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	height: 48px;
	vertical-align: middle !important;
	border-radius: 30px;
	border: 1px solid rgba(0,0,0,0.1);
}

.friendname {
	margin-left: 10px;
	display: inline-block;
}

#statscontainer {
	max-height: 400px;
	text-align: left;
	min-height: 100px;
	font-weight: 400;
	line-height: 174%;
}

#friendcontainer {
	max-height: 240px;
	overflow: auto;
}

#statscontainer h2 {
	text-align: center;
	margin-bottom: 15px;
}

.label {
	margin-left: 30px;
	font-weight: 300;
}

#userchart {
	margin: 0 auto;
	margin-left: 10px;
	margin-top: 10px;
}

#welcome {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	line-height: 130%;
	text-align: center;
	position: absolute;
	top: 33px;
	left: 0px;
}

#logout {
	text-align: center;
	font-size: 0.7em;
	color: gray;
	cursor: pointer;
}

#logout:hover {
	color: #E74C3C;
}

</style>