﻿table {
	width: 60%;
	border: 1px solid #cef;
	text-align: center;
}
th {
	font-weight: bold;
	background-color: #acf;
	border-bottom: 1px solid #cef;
}
td, th {
	padding: 4px 5px;
}
.highlight {
    background-color: #def; }
.highlight td {
    border-bottom: 1px solid #cef; }
