
* {
    font-family: 'Verdana', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	color: #61666c;
	font-weight: 300;
	font-size: 1em;
	line-height: 2em;
}

body {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 800px;
	background-color: #2f343f;
	color: #FFFFFF
}

thead {
	font-weight: 200;
	font-size: 1.2em;
	background-color: #262A32;
}

h1 {
	font-weight: 200;
	text-align: center;
	font-size: 1.4em;
	line-height: 3em;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.clear, a.clear:link, a.clear:visited {
	color: #666;
	padding: 2px 0;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 0 20px;
	line-height: 14px;
	display: inline-block;
	border-bottom: transparent 1px solid;
	vertical-align: -10px;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}


table {
	border-collapse: collapse;
	font-size: 0.9em;
	max-width: 100%;
	margin: 20px auto 0;
}

tr {
	outline: 0;
	border: 0;
}
tr:hover td {
	color: #FFFFFF;
	background: #bf500b;
}
tr td:first-of-type {
	padding-left: 10px;
	padding-right: 10px;
}
tr.parent a {
	color: #a39490;
}

th {
	text-align: left;
	font-size: .75em;
	padding-right: 10px;
	padding-left: 10px;
}
th + th {
	width: 25%;
}
th + th + th + th {
	width: 5%;
}

td {
	padding: 5px;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #edf1f5;
	vertical-align: middle;
	text-align: left;
	-webkit-transition: background 100ms ease-in;
	-moz-transition: background 100ms ease-in;
	-ms-transition: background 100ms ease-in;
	-o-transition: background 100ms ease-in;
	transition: background 100ms ease-in;
}

td:last-child,th:last-child {
	text-align: right;
}

td a {
	display: block;
}

.parent a:hover {
	color: #2a2a2a;
}

footer {
	font-size:12px;
	text-align: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #262A32;
}

footer a {
	text-decoration: underline;
	color:#FFFFFF;

}
