*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: monospace;
	font-size: 14px;
}

table {
	max-width: 90%;
	margin: 20px 15px;
	font-size: 14px;
}

thead th {
	font-size: 15px;
	text-align: left;
	padding-bottom: 10px;
}

th, td {
	text-align: left;
	padding: 1px 20px 1px 5px;
}

tbody > tr > td:first-child {
	padding: 0;
}

tbody > tr:nth-child(odd) {
	background-color: #f0f0f0;
}

tbody > tr:nth-child(even) {
	background-color: #f7f7f7;
}

tbody > tr:hover {
	background-color: #66a3cc;
}

tbody > tr a {
	display: block;
	padding: 2px 20px 2px 5px;
	text-decoration: none;
	color: #005e9c;
}

tbody > tr:hover a {
	color: #004d80;
}

tbody > tr:hover a:hover {
	color: #fff;
}

a {
	text-decoration: none;
	color: #005e9c;
}

a:hover {
	color: #fff;
}
