html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    height: 100%;
}
#frameAdvanceMenu label {
    position: absolute;
    top: 9px;
    cursor: pointer;
}
#frameAdvanceMenu label span {
    font-size: 26px;
    background-color: #fff;
    padding: 7px;
    color: #808080;
    border-radius: 3px;
    box-shadow: 0px 1px rgba(0, 0, 0, 0.2);
}
#frameAdvanceMenu label span:hover {
    color: #000;
}
.gm-style #trackMode {
    margin-top: -160px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 2px;
    display: block !important;
}
#trackMode img {
    width: 42px;
    height: 42px;
    padding: 7px;
}

.eventTitle {
    color: #000 !important;
    font-size: 15px;
}
#countdownWrapper {
    top: 10px !important;
    left: 10px !important;
}
.bg-white {
    background-color: #fff !important;
}

.gm-style #mapTypeControl {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
    margin: 18px 10px;
    display: block!important;
    box-shadow: rgba(0,0,0,.3) 0 1px 4px -1px;
    border-radius: 2px;
}
.gm-style #mapTypeControl img {
    padding: 8px;
}

.gm-style #logoutButton {
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    right: 10px !important;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-top: 40%;
    display: block !important;
    z-index: 100
}

@media screen and (min-width:781px){
    .gm-style #logoutButton {
        top: 0px !important;
    }
}
