body {
    font-size: 12pt;
}

.mandatory
{
    width:100%;
    border:1px solid red;
}

.nonmandatory
{
    width:100%;
}

table {
    font-family: calibri;
}

td {
    text-align: left;
    vertical-align: top;
}

.header {
    background-color: #263A86;
    color: white;
}

.termsheader {
    font-size: 12pt;
    color: #E08129;
}

.border {
    border: 1px solid black;
}

.totals {
    background-color: #E08129;
    color: white;
}

.grandtotals {
    background-color: #B01E64;
    color: white;
}

.jc {
    text-align: center;
}

.jl {
    text-align: left;
}

.jr {
    text-align: right;
}

.mt10 {
    margin-top: 10px;
}

.largefont {
    font-size: 14pt;
}

.smallfont {
    font-size: 9pt;
}

.verysmallfont {
    font-size: 6pt;
}

.label {
    font-size: 9pt;
    font-weight: bold;
}

.field {
    font-size: 9pt;
}

.fulltable {
    width: 700px;
    max-width: 700px;
}

.maincontainer {
    width: 40%;
}

.w50 {
    width: 50%;
    max-width: 50%;
}

.w100 {
    width: 100%;
    max-width: 100%;
}

.nextButton {
    box-shadow: 0px 10px 14px -7px #3e7327;    
    background-color: #df8027;
    border-radius: 4px;
    border: 1px solid #df8027;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

.nextButton:hover {        
        background-color: #df8027;
    }

.nextButton:active {
        position: relative;
        top: 1px;
    }


@media screen and (max-width: 1050px) {
    .fulltable {
        width: 100%;
        max-width: 100%;
    }

    .maincontainer {
        width: 90%;
    }

    body {
        font-size: 9pt;
    }

    .largefont {
        font-size: 11pt;
    }

    .smallfont {
        font-size: 6pt;
    }

    .verysmallfont {
        font-size: 4pt;
    }

    .label {
        font-size: 6pt;
        font-weight: bold;
    }

    .field {
        font-size: 6pt;
    }

    .termsheader {
        font-size: 9pt;
        color: #E08129;
    }
}