.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
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.timezoneclock {
		display: none;
	}
}
