#style_map1, #style_map3, #style_map4, #style_map5, #style_map6, #style_map7, #style_map8 {
    width: 100%;
    height: 500px;
}
.map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: 'Roboto','sans-serif';
    margin: 10px;
    /* Hide the control initially, to prevent it from appearing
       before the map loads. */
    display: none;
}
/* Display the control once it is inside the map. */
#style_map1 .map-control { display: block; }

.selector-control {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
#floating-panel {
    position: absolute;
    top: 10px;
    left: 25%;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
    text-align: center;
    font-family: 'Roboto','sans-serif';
    line-height: 30px;
    padding-left: 10px;
}
#floating-panel {
    margin-left: -52px;
}
.delete-menu { 
    position: absolute; 
    background: white; 
    padding: 3px; 
    color: #666; 
    font-weight: bold; 
    border: 1px solid #999; 
    font-family: sans-serif; 
    font-size: 12px; 
    box-shadow: 1px 3px 3px rgba(0, 0, 0, .3); 
    margin-top: -10px; 
    margin-left: 10px; 
    cursor: pointer; 
} 
.delete-menu:hover { 
    background: #eee; 
}