
html, body {
    overflow: hidden !important;
}
body {
    position: fixed;
    height: 100%;
    width: 100%;
}

/* change wrapper to fill the whole page, with no scroll */
#wrapper {
    height: 100% !important;
    padding-bottom: 62px;
}

/* Phones and down */
@media (max-width:1000px) {
    #wrapper {
        padding-bottom: 83px;
    }
    .authenticated #wrapper {
        padding-bottom: 100px;
    }

    #evMapWidget .evmap-widget-container .evmap-content-container {
        padding-bottom: 83px;
    }
}
