.page-img {
	left: 65%;
	top: 20em;
}

.content-area {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 2em;
}

table {
	width: 450px;
	font-family: 'Open Sans', 'Lucida Sans Unicode', sans-serif;
	table-layout: fixed;
	white-space: nowrap;
	margin-bottom: 2em;
}

th, td {
	padding: 3px 10px;
	text-align: right;
	text-shadow: none !important;
}

th:first-child,
td:first-child {
	text-align: left;
	padding: 3px 0;
	width: 40px;
}

.v-separator {
	width: 9px;
	padding: 0;
}

td+td+td+td+td {
	background-color: #c2bcb0;
}

.h-separator td,
td+td+td+td+td+td,
td+td+td+td+td+td+td+td,
td+td+td+td+td+td+td+td+td+td {
	background-color: transparent;
}

td+td+td+td+td+td+td {
	background-color: #9eaaaa;
}

td+td+td+td+td+td+td+td+td {
	background-color: #f5f2e3;
}

td+td+td+td+td+td+td+td+td+td+td {
	background-color: #d2a797;
}

