.ui-content {
    background: transparent;
}

body.fade-out {
    opacity: 0;
    transition: none;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    stroke: black;
    stroke-width: 1;
}

#map {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 934px;
    height: 780px;
    margin-top: -1002px;
    margin-left: -834px;
}

.modal-dialog {
    position: fixed;
    background-color: beige;
    width: 767px;
    max-width: 1600px;
    font-size: 35px;
    padding-left: 20px;
}

.modal-header {
    font-size: 40px;
}

h4 {
    font-size: 50px;
}

h5 {
    font-size: 85px;
}

.button {
    font-size: 100px;
}

#backButton {
    font-size: 15px;
}

#backDiv {
    position: absolute;
    top: 10px;
    left: 10px;
}
