#map
{
	width: 100%;
	height: 100%;
}

#status
{
	background-color: #fff;
	position: fixed;
	top: 25px;
	right: 25px;
	width: 150px;
	height: 300px;
	padding: 5px;
	font-size: 10px;
	overflow: scroll;
}

.small-icon {
	padding: 2px;
	height: 16px;
}

#controls {
	background-color: #fff;
	position: fixed;
	left: 25px;
	bottom: 25px;
	padding: 10px;
	min-width: 50%;
}

#values {
	margin-top: 10px;
	width: 100%;
	height: 12px;
}

#slider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#slider-time {
	font-size: 16px;
	font-family: Courier;
}

#total-bolts {
	font-size: 12px;
}