.table {
	display: table;
	margin: 0 auto;
	height:30px;
}
.c-row {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.c-row td{
	width: 120px;
}
.t-row {
	font-size:10px;
	text-align:center;
}
.nojs #show-timezone {
	display: none
}
.hasjs #show-timezone {
	display: block
}