.map
{
    margin-right: 3%;
    margin-top: 3%;
    margin-left: 20px;
}
.map p
{
    margin-bottom: 2%;
}
.mapButton
{
	width:100px;
    color:black;
    margin-top: 1%;
    font-size: 12px;
    border: 1px solid rgba(105, 121, 168,0.5);    
    display: inline-block; 
    margin-bottom: 2%;
}
.mapButton:hover
{
    background-color:rgb(105, 121, 168);
    
}
.mapButton p
{
    margin-left:10%;
    margin-right:10%;
    margin-top: 3%;
    margin-bottom: 3%;
}
.mapRenderer
{
    width:100%;
    height: 300px;
    
}
