        .listtablewrapper {
            border: 2px solid #88F;
        }

        .listtable {
            background-color: #FFF;
            border-right: 1px solid #33F;
            width: 450px;
        }

        #tablegeneral {
            background-color: #AFA;
        }
        #tablemaxmin {
            background-color: #AFA;
        }

        .listcol {
            background-color: #33F;
            color: white;
            font-weight: bold;
            width: 20px;
        }

        .sectionrow{
            border-top: 1px solid #33F;
            margin-top: 4px;
        }

        .comparerow {
            height: 4em;
            vertical-align: top;
        }

        .tableresult {
            background-color: #FF0;
        }

        .bottomButtonForm {
            display: none;
            margin-bottom: 2em;
            margin-top: 1.5em;
            text-align: center;
            width: 95%;
        }

        #StartScheduleTable {
            font-size: 0.75em;
            width: 460px;
            display: none;
            border: 2px solid blue;
        }

        #AmortBody th {
            text-align: center;
        }

        .tableheadPayNorm {
            border: 1px solid black;
            color: black;
        }

        .tableheadPayAccl {
            border: 1px solid green;
            color: green;
        }

        .tableheadMonth {
            border-bottom: 1px solid black;
            margin-left: 0.5em;
            width: 10%;
        }

        .tableheadPayInt {
            margin-left: 0.5em;
            width: 12%;
        }

        .tableheadPayPrin {
            margin-left: 0.5em;
            width: 14%;
        }

        .tableheadRemainPrin {
            margin-left: 0.5em;
            width: 19%;
        }

        .thNorm {
            border: 1px solid black;
            color: black;
        }

        .thAccl {
            border: 1px solid green;
            color: green;
        }

        .explain {
            text-align: center;
            width: 90%;
        }

        .explainItem {
            margin-top: 1em;
        }

        .explainHeading {
            margin-bottom: 0.25em;
        }

