body, input, select, button {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    font-size: 16px;
}
body{
    margin-left:60px;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}
/*
p {
    white-space: normal;
    word-wrap: break-word;
}
    */
th, td {
    border-bottom: 1px solid black;
}
.input{
    border: 2px solid black;
}
.divide{
    border: none;
    border-left: none;
}
ul.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: darkseagreen;
    /*position: fixed;*/
    top: 0px;
    /* width: 100%;*/
    height: 50px;
    border: 1px solid black;
}

    ul.navbar li {
        display: block;
        float: left;
        text-align: center;
        border-right: 1px solid white;
        color: white;
        width: 100px;
        height: 50px;
    }

        ul.navbar li:last-child {
            border-right: none;
        }

        ul.navbar li:hover {
            background: #ddd;
            color: black;
        }

.active {
    color: white;
    background-color: green;
}

#main {
    overflow: auto;
    position: absolute;
    top: 90px;
    height: 100%;
    left: 60px;
    right: 10px;
    margin: 0;
    margin-bottom:30px;
}

#title {
    position: fixed;
    bottom: 0px;
    right: 30px;
}
#toolbar {
    position: fixed;
    top: 0px;
}
.localtools {
    position: fixed;
    top: 100px;
    left: 10px;
    height:30px;
}
.localmain{
    position: fixed;
    top: 130px;
    left: 60px;
    overflow:auto;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 10px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.background {
    background-color: white;
}

.intro {
    background-color: white;
}

.introduction {
    font-size:larger;
    font-weight:bold;
}

.selector {
    background-color: chartreuse;
    width: 100%;
    font-size: larger;
    font-weight: bold;
}

.identity {
    background-color: white;
}

.persons {
    background-color: white;
}

.domestic {
    background-color: white;
}

.cars {
    background-color: white;
}

.ptrans {
    background-color: white;
}

.food {
    background-color: white;
}

.stuff {
    background-color: white;
}

.buildings {
    background-color: white;
}

.vehicles {
    background-color: white;
}

.summary {
}

.results {
}

.finish {
}
.gain{
    color: darkgreen;
}
.loss {
    color: red;
}
.intermediate{
    color:grey
}
.total{
    font-weight:700;
}
.key {
    position: fixed;
    top: 55px;
    left: 70%;
    right: 0%;
    background-color: #C0C0C0;
}

.keyhelp {
    display: none;
    background-color: #C0C0C0;
    height: 100%;
    overflow: auto;
    position: fixed;
}
.helpmenu {
    position: fixed;
    top: 80px;
    left: 70%;
    right: 0%;
    background-color: #C0C0C0;
    display: none;
}

.helptext {
    position: fixed;
    top: 80px;
    left: 70%;
    display: none;
    background-color: #C0C0C0;
    height: 85%;
    overflow: auto;
    position: fixed;
}
.typicalvalues_btn {
    position: relative;
    bottom: 0px;
    margin-left: 20px;
    font-size: larger;
    font-weight: bold;
}
.typicalvalues {
    position: relative;
    top: 10px;
}
.print {
}

@media print {
    @page {
        size: A4;
    }

    #main {
        overflow: unset;
        position: relative;
        top: 50px;
        height: unset;
        left: 0px;
        right: 0px;
        margin: 20px;
    }

    .background {
        background-color: white;
    }

    .intro {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .selector {
        background-color: white;
    }

    .identity {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .persons {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .domestic {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .cars {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .ptrans {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .food {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .stuff {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .buildings {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .vehicles {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .summary {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .results {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .finish {
        background-color: white;
        page-break-inside: avoid;
        display: unset;
    }

    .key {
        page-break-inside: avoid;
        background-color: white;
        display: unset;
        position: relative;
        top: 10px;
        left: unset;
        right: unset;
    }

    .keyhelp {
        background-color: white;
        position: unset;
        display: unset;
        height: unset;
        overflow: unset;
    }
    .helpmenu {
        page-break-inside: avoid;
        background-color: white;
        display: unset;
        position: relative;
        top: 10px;
        left: unset;
        right: unset;
    }

    .helptext {
        background-color: white;
        position: unset;
        display: unset;
        height: unset;
        overflow: unset;
    }

    .print {
        display: none;
    }

    #title {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }

    ul.navbar {
        display: none;
    }
    #toolbar {
        position: unset;
        top: unset;
        display: none;
    }
}
