body {
	font-family: Tahoma,Verdana,Arial,sans-serif;
}

#current-time {
	position: absolute;
	left: 7px;
	top: 40px;
	font-weight: bold;
}
	    
.time {
	color: #E80017;
	font-size: smaller;
}
	    
.group-table {
	border-collapse: collapse;
	width: 100%;	
}	    

.group-table th {
	color: white;
	background: #063B8D;
	width: 4.5%;
	height: 2em;
	text-align: center;
}

.group-table td {
	height: 80px;
	text-align: center;
}

td.table-data  {
	border: 1px solid lightgrey;
}

th.table-spacer {
	background: white;
}

th.table-time {
	color: white;
	background: #063B8D;
    vertical-align: middle;
    width: 2%;
}

td.table-time {
	color: white;
	background: #063B8D;
    vertical-align: middle;
}

th.group-table-header {
	height: 60px;
	color: black;
	background-color: white;
	font-weight: normal;
	text-align: left;
}