﻿
.inputdiv {
    /*margin: 10px;*/
    /*background-color: lightblue;*/
    padding: 20px;
    /*border-radius: 5px;
            border: solid 1px lightgray;*/
    /*max-width: 500px;
            margin: 20px auto;*/
}

#answer, #answer2 {
    /*background-color: #80D780;*/
    /*color: white;*/
    /*padding: 20px;*/
    margin-top: 20px;
    font-weight: normal;
    display: none;
}

table#tbl_answer2 {
    border-collapse: collapse;
    width: 100%;
}

    table#tbl_answer2 tr td, table#tbl_answer2 tr th {
        padding: 10px;
        border: solid 1px gray;
        text-align: right;
    }

td:not(:first-child), th:not(:first-child) {
    padding-left: 10px
}

th {
    text-align: left;
    background-color: #efefef;
}

table#tbl_answer2 tr th {
    text-align: left;
}

.cmbodropdowndiv > .editmenu {
    display: none;
}

.calc {
    min-width: 100px;
    min-height: 22px;
    padding: 12px;
    border: solid 1px #a9a9a9;
    clear: both;
    text-align: right;
    background-color: #efefef;
}

.result {
    background-color: #efefef;
}

    .result:not(:empty) {
        background-color: forestgreen;
        color: white;
        font-weight: bold;
    }

label {
    font-weight: normal;
}

.cur {
    text-align: right;
}

.sheet {
    width: 100%;
}

    .sheet td {
        padding: 10px;
    }

.sheetpadder {
    padding: 20px;
    border: solid 1px gray;
    display: none;
    margin-top: 20px;
    clear: both;
}

#tbljeugd th {
    background-color: white;
    font-weight: normal;
}

.invalid {
    background-color: lightpink;
}

