HTML {
    HEIGHT: 100%;
}

BODY {
    BACKGROUND-COLOR: #FFFFFF;
    font-Family: 'Roboto', Verdana,Arial,Helvetica;
    COLOR: #000000;
    /*    FONT-SIZE: 14px;*/
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.MapContainer {
    height: calc(100% - 40px);
    height: -o-calc(100% - 40px); /* opera */
    height: -webkit-calc(100% - 40px); /* google, safari */
    height: -moz-calc(100% - 40px); /* firefox */
}

#map, #mapInDetailsPage {
    min-height: 100px;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.imglogo {
    max-height: 20px !important;
    width: auto;
    display: inline;
}

.Roboto {
    font-Family: 'Roboto', Verdana,Arial,Helvetica;
}