@charset "UTF-8";
a { text-decoration:none;}
.tabs {
    }

    .tab {
     float: left;
    width: 196px;
    height: 40px;
    padding-top: 18px;
    background: #c9c9c9;
    margin: 0 2px;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    padding-top: 17px;
    cursor: pointer;
    text-align: center;
    }

    .active {
        background: #003588;
        color: white;
        cursor: default

    }

    .tab-content {
        /*overflow: hidden;*/
        padding-top: 10px;
        /*height: 314px*/
    }

    .tb {
        float: left;
        margin: 2px 2px;
        width: 329px;
        background: white;
        height: 40px;
        color: #585858;
        text-align: center;
        text-decoration: none;
        line-height: 42px;
    }
    .tab a { color:#000; font-size:14px; display:block;}
    .tb:hover {
        color: #fa5d42
    }

    .tcc table {
        width: 100%;
        padding: 15px 20px;
    }

    .tcc table th, td {
        padding: 7px 20px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #eee;
    }

    /*#tab1 table th, td {*/
    /*text-align: left;*/
    /*}*/

    .tcc table th {
        color: rgb(0, 55, 137);
        margin-top: 10px;
        background-color: rgb(144, 177, 231);
        text-align: center;
    }

    .tcc table td {
        background: rgb(255, 255, 255);
    }

    .td-empty {
        width: 67px;
    }

    .text-left-table td {
        text-align: left;
    }

    .text-center {
        text-align: center !important;
    }
