body, table, input, textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
}



.view {
	position: fixed;
	padding: 1em;
	left: 0;
	top: 0;
	width: 100%;
	height: 67%;
	overflow-y: scroll;
}

h1 {
	margin-top: 0;
}

#map {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33%;
}

.results-table td, .results-table th {
	padding: .5em;
}

.zone {
	text-align: center;
}

.r {
	text-align: right;
}

.zone1 {
	background-color: blue;
	color: white;
}

.zone2 {
	background-color: yellow;
	color: black;
}
.zone3 {
	background-color: red;
	color: black;
}

.zone4 {
	background-color: black;
	color: white;
}

#reset {
	position: fixed;
	right: 1em;
	top: 1em;
}

.stores-list li {
	display: inline-block;
	list-style: none;
	border: 1px solid #666;
	background: #eee;
	width: 15em;
	height: 2em;
	margin: 0 1em 1em 0;
	font-weight: bold;
}

.stores-list li a {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: inherit;
}

#stores {
	overflow-y: scroll;
}