table {
	border: 1px solid #cda70e;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table tr th {
	background-color: #676767;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	text-align: right;
}

table tr th.title {
	background-color: #cda70e;
	font-size: 1.17em;
	text-align: left;
}

table tr th.centered {
	text-align: center;
}

table tr td {
	background-color: #fff;
	color: #676767;
	text-align: center;
}