#timesheet {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}
#timesheet tr {
	height:20px;
	color:#333333;
}
#timesheet th {
	font-weight:normal;
	text-align:left;
	padding-right:15px;
	
}
#timesheet td {
	text-align:right;
}
#timesheet h2 {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:5px;
	color:#004372;
	text-align:left !important;

}
#timesheet table {
	margin-right:15px;

}
.table-container {
	margin-right:50px;
	margin-bottom:20px;
}
