﻿/* 桌機版內容正常流動 */
@media (min-width: 992px) {
    .jumbotron {
        height: auto !important;
        overflow: visible !important;
    }
}

/* 手機版才限制高度並可滾動 */
@media (max-width: 991.98px) {
    .jumbotron {
        height: 487px;
        overflow-y: auto;
        overflow-x: auto;
    }
}

.auto-style1 {
    text-align: center;
    background-color: #CCCCCC;
}

.text-success {
    font-family: 微軟正黑體,PingFang TC, sans-serif;
}

.jumbotron-size {
    height: 487px;
    max-width: 100%;
}

.rate-title {
    text-align: left;
    width: auto;
    margin-top: 0px;
}

.rate-title-b {
    font-size: large;
    color: #006600;
}

.table-size {
    width: 100%;
    white-space: nowrap;
}

.thead-background-color {
    background-color: rgb(248, 245, 241);
}

.table-title-text1 {
    text-align: center;
    background-color: #F8F5F1 !important;
    color: #006600 !important;
    font-size: large;
}

.table-title-text2 {
    text-align: center;
    background-color: #F8F5F1 !important;
    color: #006600 !important;
    font-size: large;
}

.table-text1 {
    text-align: center;
    color: #006600 !important;
    font-size: large;
    height: 43px;
    width: 80px;
}

.table-text2 {
    background-color: #E8ECED !important;
    width: 80px;
}

.table-text3 {
    width: 80px;
}

.c-006600 {
    color: #006600 !important;
}