/*BUTTONS*/
.buttons-wrapper {
margin: 0 auto;
display: table;
width: 100%;
background: #000;
padding-bottom: 5px;
}
.button {
color: #000;
float:left;
padding: 4px;
font-size: 15.7px;
font-family: 'Lato',sans-serif;
font-size: 15.64px;
}
.selected {
cursor: default;
}
.unselected {
cursor: pointer;
}


/*MAP*/
#map-canvas {
width: 100%;
height: 500px;
}

