.gauge-background {
    background-color: #D6D9DB;
    height: 10px;
    width: 100%;
    text-align: left
}

.gauge-foreground {
    background-color: #5B6770;
    height: 10px;
    width: 0%;
}

.agreement-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.agreement-back {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
}

#map.location {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

#boatname.map-overlay {
    z-index: 10;
    position: fixed;
    left: 20px;
    top: 20px;
    width: 200px;
    height: 100px;
    color: #ffffff;
}

#boatname.map-overlay.mobile {
    top: 90px;
}

.harbour.row {
    margin-top: 10px;
}
