html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    width: 100%;
    height: auto;
    position:absolute;
    top: 44px;
    bottom: 0;
    left: 0;
    right: 0;
}

.narrow-container, .responsive .narrow-container {max-width: 640px;}
.fullscreen-map-detail-block {width: 300px;}
.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: 760px) {
    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: 999;
        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;
    }
}
