#insbs-map {
height: 100%;
min-height: 500px;
margin-bottom: 200px;
}
.custom-map-control-button {
font-family: "Roboto", sans-serif !important;
font-size: 1rem !important;
line-height: 1.5 !important;
background: #fff;
border: 2px solid #fff;
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
cursor: pointer;
margin: 10px;
padding: 0 12px;
text-align: center;
height: 40px;
color: black !important;
}
.custom-map-control-button:hover {
background: #ebebeb;
color: #333;
}