#map{
    width:100%;
    height:400px;
}
#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
}
#legend h3 {
    margin-top: 0;
}
#legend img {
    vertical-align: middle;
}
.container {
    width: 50%;
    margin: 15px auto;
}
#chart-container {
	left:15%;
	width:70%;
	height:70%;
	top:25%;
	position:absolute;
	text-align:center;
}
#menu {
    position: fixed;
    right: 0;
    top: 50%;
    width: 8em;
    margin: -2.5em 0 0 0;
    z-index: 5;
    background: hsla(0,0%,0%,0.4);
    color: white;
    font-weight: bold;
    font-size: large;
    text-align: left;
    border: solid hsla(0,0%,0%,0.1);
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    border-radius: 3em 0.5em 0.5em 3em;
}
#menu li { margin: 0 }
#menu a { color: inherit }


div#main-map{
	width:70%;
	height:70%;
	float:left;
}
div#side{
	width:30%;
	float:left;
}

div#side input{
	width:90%;
}

div#side input.navi{
	font-size:18px;
	height:30px;
	margin-bottom:10px;
}