body {
	background: #00275a;
	padding: 15px;
}

h2 {
	margin: 0;
	color: #fff;
	font-size: 22px;
}

p {
	color: #fff;
}

img.thumb {
	width: 100%;
}

.pageCounter {
	float: right;
}

table {
	width: 100%;
	color: #fff;
}

#progressBarOuter {
	height: 5px;
	background: grey;
}

#progressBarInner {
	background: #2E64FE;
	height: 5px;
}

table thead th {
	padding: 6px;
	white-space: nowrap;
}

table tbody td {
	vertical-align: top;
	background: rgba(255, 255, 255, .1);
	border-bottom: 3px solid #042958;
	font-size: 1em;
	line-height: 1em;
}

table tbody td div{
	height: 47px;
	padding: 6px;
	overflow: hidden;
}