* {
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12pt;
    color: #333333;
    padding: 10px;
    margin: 0;
    line-height: 1.1;
}

h1 {
    display: inline-block;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    text-align: center;
    padding: 0 120px;
    margin: 0;
}

h2 {
    margin: 0;
    font-size: 1.3em;
    text-align: center;
    background-color: #2bb995;
    color: #ffffff;
}

em {
    font-style: normal;
    text-decoration: underline;
}

em.kleiner {
    font-style: italic;
    text-decoration: none;
    font-size: 0.75em;
}

.hidden {
    display: none;
}

.topmarge {
    /*
        margin-top: 10px;
    */
}

.clearfloat {
    clear: both;
}

.titel {
    position: relative;
}

    .titel img {
        float: left;
        position: absolute;
        height: 38px;
        width: 112px;
    }

.errormsg {
    background-color: #ee3b29;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px;
    font-size: 1.4em;
}

.calc {
    position: relative;
    width: 540px;
    left: 50%;
    margin: 10px 10px 15px -270px;
    padding: 10px 10px 5px 10px;
    background-color: #F1F1F1;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 6px;
    border-radius: 5px;
}

    .calc div {
        margin-bottom: 5px;
    }

    .calc label {
        display: inline-block;
        width: 170px;
    }

#naam {
    width: 190px;
}

#gewicht, #leeftijd_jaar, #leeftijd_maand, #percentage {
    width: 70px;
}

#calcbutton {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 80px;
}

.result {
    margin: 15px 0 0 0;
}

    .result span {
        font-weight: bold;
    }

.disclaimer {
    font-family: Arial, sans-serif;
    background-color: #ffd38c;
    border: 1px solid #333333;
    font-size: 0.6em;
    margin: 5px 0 0 0;
    padding: 3px;
}

    .disclaimer .adres {
        margin: 4px 0;
    }

    .disclaimer span.separator {
        display: inline-block;
        margin: 0 6px;
    }

    .disclaimer a {
        text-decoration: none;
        color: #333333;
    }

        .disclaimer a:hover {
            text-decoration: underline;
        }

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    text-align: left;
    white-space: nowrap;
}

tr:nth-child(even) {
    background: #f1f1f1
}

tr.groep td {
    background-color: #ffffff;
    padding: 0;
}

td {
    vertical-align: top;
    padding: 2px;
}

.row {
    margin: 0 0 5px 0;
}

.col {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.col75 {
    width: 75%;
}

.col66 {
    width: 66%;
}

.col50 {
    width: 50%;
}

.col33 {
    width: 33%;
}

.col30 {
    width: 30%;
}

.col25 {
    width: 25%;
}

.col20 {
    width: 20%;
}

/*
    PRINT ONLY
*/
@media print {

    body {
        font-family: 'Times New Roman', Times, serif;
        font-size: 9pt;
        padding: 0;
        -webkit-print-color-adjust: exact;
    }

    .calc {
        display: none;
    }

    td {
        padding: 1px;
    }

    /*
    .disclaimer {
            page-break-inside: avoid;
    }
    */
}
