/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600'); */
body {
	min-height: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4375;
}
.wrapper {
	max-width: 32em;
	margin: 0 auto;
	padding-top: 2rem;
	text-align: center;
}
.row {
	margin: 1.75rem 0;
	padding: 0 1.5rem;
}
.row:after {
	content: ' ';
	display: table;
}
h1, h2, h3, h4 {
	margin: 0;
	font-weight: bold;
}
h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.time {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	color: red;
}
#cities span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	padding: 0 6px;
}
.smaller {
	font-size: .875em;
}