
#map {
	height: 100%;
}

#content{
	margin-top: 1%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 20px;
	width: 96%;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html.wait, html.wait * {
	cursor: wait !important;
}

button {
	height: 25%;
	width: 25%;
	font-size: 36px;
	text-align: center
}

.intro {
	font-size: 50px;
	text-align: center;
}

body
{
    background-color: #EEEEEE;
    font-family: "Verdana";
}

input{
	text-align: center;
	max-width: 50%;
	width: 50px;
	height: 30px;
	font-size: 20px;
}

.checkbox{
	max-width: 50%;
	width: 20px;
	height: 20px;
	margin-top: 15px;
}

#search{
	width: 400px;
}

.buttonLink{
	color: black;
	text-decoration: none;
}

.buttonStartAction{
	display:inline-block;
	width: 25%;
	min-width: 270px;
	height: 25%;
	font-size: 36px;
	margin: 15px;
	background-color: #EEEEEE;
	color: black;
	text-align: center;
	cursor:pointer;
    box-shadow: 0.5px 0.5px 1px 1px grey;
}

.buttonStartDistrict{
	display:inline-block;
	width: 25%;
	min-width: 200px;
	height: 25%;
	font-size: 36px;
	margin: 15px;
	background-color: #EEEEEE;
	color: black;
	text-align: center;
	cursor:pointer;
    box-shadow: 0.5px 0.5px 1px 1px grey;
}

.buttonAddresses{
	display:inline-block;
	width: 60px;
	height: 30px;
	font-size: 20px;
	margin: 5px;
	background-color: #EEEEEE;
	color: black;
	text-align: center;
	cursor:pointer;
    box-shadow: 0.5px 0.5px 1px 1px grey;
	padding-top: 4px;

}

.barBox{
    background-color: #0F5896;
    min-height: 5vh;
    text-align: center;
    color: white;
    font-size: 4vh;
    width:75%;
    margin: 0 auto;   
}

#home{
	width:30px;
	height:30px;
	position:relative;
}

table {
    width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
	text-align: center;
}
th, td {
	max-width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}
table tr:nth-child(even) {
    background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #EEEEEE;
}
table th {
    background-color: #0F5896;
    color: white;
}