@charset "utf-8";
#saltCalculatorArea, #curingCalculatorArea {
    font-size: 9pt;
}
#saltCalculatorArea h3, #curingCalculatorArea h3 {
    font-size: 14px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

#measurementSystemMenuTitle {
}
#measurementSystemMenuTitle select {
    margin-left: 10px;
    display: inline-block;
    padding-left: 10px;
}

#measurementSystemMenu {
}
section #curingCalculatorArea, section #saltCalculatorArea {
    border: solid 1px #000;
    margin: 10px;
    padding: 10px;
}
section #curingCalculatorArea table, section #saltCalculatorArea table {
    margin: 5px auto;
    width: 100%;
}
section #curingCalculatorArea h3 {
    text-align: left;
}
section #curingCalculatorArea .resultTable, section #saltCalculatorArea .resultTable {
    padding: 5px 0px;
    background-color: #EEE;
}
#curingTable {
    width: 340px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

#meatWeightTitle {
    text-align: right;
    width: 180px;
}

#meatThicknessTitle {
    text-align: right;
    width: 180px;
}

#cureLevelTitle {
    text-align: right;
    width: 180px;
}

#distilledWaterTitle {
    text-align: right;
    width: 180px;
}

#resultTable {
    margin: 0px 0px 10px 0px;
    width: 340px;
}
#resultTable td , #curingTable td{
    padding: 10px 0px;
}
#saltCalculatorArea .resultTable .resultValue {
    text-align: right;
    margin-right: 10px;
    min-width: 80px;
}
#saltAmountTitle, #saltTypeTitle {
    text-align: right;
}
#saltCalculatorArea .equalsTitle {
    text-align: center;
}
.baseResultElement td {
}

#praguePowderNo1Title {
    text-align: right;
    width: 180px;
}

#cureTimeTitle {
    text-align: right;
    width: 180px;
}
#praguePowderNo1Title, #cureTimeTitle {
    width: 200px;
}
#praguePowderNo1, #cureTime {
    font-weight: bold;
    background-color: #EEEEEE;
    padding: 2px 0px;
    border: solid 1px #CCC;
    margin-right: 28px;
    min-width: 30px;
}
#curingTable input {
    font-weight: bold;
}
@media screen and (max-width:800px){
    section #curingCalculatorArea, section #saltCalculatorArea {
        width: 90%;}
}
@media screen and (max-width:320px) {

    #resultTable {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }
    #curingTable {
        width: 100%;
    }
    #resultTable td , #curingTable td{
        padding: 10px 0px;
    }
    #praguePowderNo1Title, #cureTimeTitle {
        width: 80%;
        margin-right: 10px;
    }
    #praguePowderNo1, #cureTime {
        margin-right: 10px;
        min-width: 30px;
    }
    #curingTable input {
        font-weight: bold;
    }

    #meatWeightTitle {
        width: 90%;
        margin-right: 10px;
    }

    #meatThicknessTitle {
        width: 90%;
        margin-right: 10px;
    }

    #cureLevelTitle {
        width: 90%;
        margin-right: 10px;
    }

    #distilledWaterTitle {
        width: 90%;
        margin-right: 10px;
    }

}