﻿#divTotal {
    background-color: #FFFDF1;
    border: solid 1px #FFCE00;
    font-size: 1.125em;
    padding: 20px;
    margin: 0px auto 15px auto;
    width: 328px;
}

    #divTotal .label {
        float:left;
        width: 125px;
        font-size: 1.25em;
        font-weight: bold;
    }
    #divTotal .answer {
        float:right;
    }

.notes {
    font-size: 0.75em;
    font-style: italic;
}

.total {
    font-size: 1.25em !important;
    font-weight: bold;
}

.totaldivider {
    margin: 10px 41px;
    width: 246px;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    background-color: #FFCE00;
}

.readonly {
    background-color: transparent;
    border: none;
    font-size: 0.75em;
    width: 100px;
    text-align: right;
}

.txtTotal {
    font-size: 1em !important;
    font-weight: bold;
    width: 115px !important;
}
@media screen and (min-width:955px) {
    #divTotal .label {
        width: 125px;
        font-size: 1.25em;
        font-weight: bold;
    }
}