table.simple thead tr th {
	background-color: white;
}

table.simple tr.even {
	background-color: #fff;
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.alignment {
	text-align: left;
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
	padding: 2px 8px 2px 8px;
	text-align: center;
}