﻿table {
    /*font-family: 微軟正黑體;*/
    font-size: 10pt;
    border-collapse: collapse;
    margin-bottom: 0px;
    border: none;
    table-layout: auto;
}

    table.fixed {
        table-layout: fixed;
    }

    table.border {
        /* border: 1px solid #D0D0D0; */
        border: none;
    }

        table.border th {
            line-height: 24px;
            border: none;
            border-right: 1px solid #D0D0D0;
            border-bottom: 1px solid #D0D0D0;
        }

            table.border th:last-of-type {
                border: none;
                border-bottom: 1px solid #D0D0D0;
            }

        table.border td {
            border: none;
            border-right: 1px solid #D0D0D0;
            border-bottom: 1px solid #D0D0D0;
        }

            table.border td:last-of-type {
                border: none;
                border-bottom: 1px solid #D0D0D0;
            }

        /*table.border tr:last-of-type td, th {
            border: none;
        }*/

    table.input {
        border-collapse: separate;
        border-spacing: 3px;
    }

th {
    font-weight: normal;
    background-color: #F0F0F0;
}

    th.label {
        padding-right: 0.5em;
        text-align: right;
        color: white;
        font-weight: bold;
        vertical-align: middle;
    }

    td.label {
        padding-right: 0.5em;
        text-align: right;
        color: white;
        font-weight: bold;
        vertical-align: middle;
    }

    th.red, td.red {
        color: red;
    }

    th.blue, td.blue {
        color: blue;
    }

    th.bold, td.bold {
        font-weight: bold;
    }

.displayCell {
    background-color: transparent;
}

.inputCell {
    background-color: transparent;
}
