#main p{
	margin: 0;
	padding: 0;
}

#main table{
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 10px 0;
}

#main table td {
	border: 1px solid #999999;
	padding: 3px 5px;
	empty-cells: show;
	font-size: 12px;
	margin-bottom: 15px;
}
.current{
	background: #aecded !important;
	color: #0057a8 !important;
	font-weight: bold;
}