/* IMPORTANT - must give map div height */
#map-canvas {
    height: 100%;
}

/* IMPORTANT - fixes webkit infoWindow rendering */
#map-canvas img {
    max-width: none;
}

.status-image {
    margin-bottom: -7px;
}

.hoverPopup {
    background-color: white;
    width: 300px !important;
    height: 300px !important;
    line-height: 18px;
}

.clickPopup {
    background-color: white;
    width: 300px;
    height: 300px;
    #top:165px !important;
    #left:80px !important;
}

.gmnoprint {
right: 0px !important;
top: unset !important;
left: unset !important;
}



.gm-fullscreen-control {
bottom:0px !important;
top:unset !important;
left:0px!important;
right:unset !important;
}