div.ctr-livetiming table {
    width: 100%;
}

div.ctr-livetiming th { 
    font-family: Roboto, sans-serif;
	font-size: 16px; 
    font-weight: 400;
	color: #ffffff;
    background-color: #579ca5;
    padding: 5px 10px;
	text-align: center; 
    border-bottom: 5px solid #ffffff;
}
div.ctr-livetiming .even td { 
    font-family: Roboto, sans-serif;
	font-size: 14px; 
	font-weight: 400; 
	line-height: 20px ; 
	color: #444444; 
	background-color: #FFFFFF; 
    padding: 5px 10px;
}
div.ctr-livetiming .odd td { 
    font-family: Roboto, sans-serif;
	font-size: 14px; 
	font-weight: 400; 
	line-height: 20px ; 
	color: #444444; 
	background-color: #BDDBC7; 
    padding: 5px 10px;
}
.note { 
    font-family: Roboto, sans-serif;
	font-size: 10px; 
	line-height: 12px; 
	color: #59a673; 
	background-color: #F9F5F5;
    margin-top: 40px;
}

