html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.map_canvas_wrapper {
    margin-top: 1rem;
    max-width: 60rem;
}

#map {
    width: 100%;
    height: auto;
    position: absolute;
    top: 54px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.narrow-container,
.responsive .narrow-container {
    max-width: 640px;
}

.fullscreen-map-detail-block {
    position: absolute;
    padding: 0 20px;
    margin-top: 10px;
    width: 300px;
    z-index: 500;
}

.golden-left {
    float: left;
    width: 63%;
}

.golden-right {
    float: right;
    width: 32%;
    margin-bottom: 1.5em;
}

.map-list-item {
    margin-bottom: 1em;
}

.map-detail-block label,
.map-detail-block input {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}

@media screen and (max-width: 960px) {
    html,
    body {
        height: auto;
    }
    .fullscreen-map-detail-block {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        display: block;
        padding: 1em;
        border: none;
        z-index: 500;
        background-color: #fff;
    }
    .fullscreen-map-detail-block h1 {
        font-size: 26px;
    }
    #map {
        position: relative;
        width: 90%;
        margin: 20px 0 20px 5%;
        height: 320px;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 640px) {
    .golden-left,
    .golden-right {
        float: none;
        width: auto;
        display: block;
    }
}

@media print {
    .map-detail-block {
        display: none;
    }
    .map-item-list {
        float: none;
        display: block;
        width: auto;
    }
    header {
        display: none;
    }
}