body, html, #map-canvas {
    margin: 0;
    padding: 0;
}

#map-canvas {
    height: 550px;
}

.wallStCeoMap {
    position: relative;
}

.wallStCeoMap .nextButton, .wallStCeoMap .backButton {
    font-size: 17px;
    width: 150px;
    margin: 10px;
    padding: 10px;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    text-decoration: none;
    color:black;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
    right: -3px;
    z-index: 500;
    background-color: white;
    color: rgb(50,50,50);
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.wallStCeoMap .backButton {
    right: 180px;
}

.wallStCeoMap .hidden {
    display: none;
}

.wallStCeoMap .button:active {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
}
