@import url('https://fonts.lehtodigital.fi/css?family=Ubuntu:300,300i,400&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    background-color: #ebebeb;
}

p {
    margin: 5px;
    padding: 0px;
}

hr {
    border: none;
    height: 2px;
    background-color: rgba(0,0,0,0.1);
}

#_content {
    width: 100%;
    max-width: 600px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    background-color: rgba(255,255,255,0.7);
}

#_pagename {
    border: 2px solid rgba(0,0,0,0.1);
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 14pt;
    padding: 10px;
    width: calc(100% - 24px);
    outline: none;
}

#map {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    max-height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    #_content {
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: transparent;
    }
    #map {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    body {
        background: #e6e6e6;
    }
}


.pg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
    border: 2px solid rgba(0,0,0,0.05);
    background: #d7e7f5;
    padding-top: 6px;
    padding-bottom: 6px;
    z-index: 100;
}

.pg-divider {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2px;
    background: rgba(0,0,0,0.1);
    z-index: 50;
}

.pg.final {
    background: #dcf5d7;
    border: 2px solid rgba(0,0,0,0.1);
}
