body {
    margin: 0px;
}

/* Put any custom style definitions here (e.g., .gv_marker_info_window, .gv_marker_info_window_name, .gv_marker_list_item, .gv_tooltip, .gv_label, etc.) */
#gmap_div .gv_marker_info_window {
    font-size: 11px !important;
}

#gmap_div .gv_label {
    opacity: 0.90;
    filter: alpha(opacity=90);
    color: white;
    background: #333333;
    border: 1px solid black;
    padding: 1px;
    font: 9px Verdana !important;
    font-weight: normal !important;
}

.legend_block {
    display: inline-block;
    border: solid 1px black;
    width: 9px;
    height: 9px;
    margin: 0px 2px 0px 0px;
}

.logo {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    
    width: 35%;
}