table {
	width:100%; 
	text-align: center;
	border: none;
	border-collapse: collapse;
	margin: 0;
	}
table tr, table tr td { 
	border: none;
	margin: 0;
	padding:0; 
	}
table tr td { width: 33%; font-size: 25px; color: #6e6e6e; }
table tr.ranking { 
	height: 60px; 
	border: none;
	margin: 0; }
table tr td.ranking { 
	background-color: #74d0ff; 
	color: white;
	font-size: 30px;
	border-right: 1px solid white;
}
table tr td.podio {
	
}