.NavBar_MapTypeButtonContainerWrapper {
    z-index: -1;
}

#ZoomOutButton, #ZoomInButton {
    z-index: -2;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 5px;
    font-weight: bold;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ZoomOutButton {
    line-height: 24px;
    top: 110px;
}

#ZoomInButton {
    top: 60px;
    line-height: 30px;
}

#fullScreenToggle {
    position: absolute;
    top: 10px;
    left: 10px;
}

@media only screen and (max-width: 768px) {
    #MicrosoftNav {
        right: 4px !important;
    }

    #fullScreenToggle {
        display: none;
    }
}

.standardMap {
    position: relative;
    width: 100%;
    height: 500px;
}

.fullScreenMap {
    position: relative;
    width: 100%;
    height: 100%;
}