html{
	height: 100%;
}

text{
	fill: 'white';
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #00137F;
	color: white;
}

button{
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.7);
	border: 1px solid grey;
	color: white;
}

#flag:hover{
	cursor: pointer;
}

#map-canvas{
	position: absolute;
	left: 222px;
	right: 0px;
	bottom: 0px;
	top: 0px;
}

.controls {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 26px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input{
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 300px;
}

#pac-input:focus {
	border-color: #4d90fe;
}

.pac-container {
	font-family: Roboto;
}

select{
	width: 120px;
}

.navleft{
	width: 10px;
	float: left;
}

.navleft:hover{
	cursor: pointer;
}

.navright{
	width: 10px;
	float: left;
}

.navright:hover{
	cursor: pointer;
}

.navcenter{
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	width:150px;
	text-align:center;
}

.form{
	padding: 5px;
}

.list{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
}

.hover:hover{
	cursor: pointer;
}

.list:hover{
	cursor: pointer;
}

[name=red]:hover{
	background-color: rgba(255, 0, 0, 0.5);
}

[name=blue]:hover{
	background-color: rgba(0, 0, 255, 0.5);
}

[name=green]:hover{
	background-color: rgba(0, 255, 0, 0.5);
}

[name=yellow]:hover{
	background-color: rgba(255, 255, 0, 0.5);
}

[name=orange]:hover{
	background-color: rgba(255, 165, 0, 0.5);
}

[name=purple]:hover{
	background-color: rgba(128, 0, 128, 0.5);
}

[name=white]:hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.season{
	padding-left: 5px;
	padding-right: 5px;
}

.season:hover{
	cursor: pointer;
	text-decoration: underline;
}

.rotate{
	/* Safari */
	-webkit-transform: rotate(+90deg);

	/* Firefox */
	-moz-transform: rotate(+90deg);

	/* IE */
	-ms-transform: rotate(+90deg);

	/* Opera */
	-o-transform: rotate(+90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.menu{
	clear: left;
	padding: 5px;
}