body {
    font-family: "Microsoft JhengHei";
    background-color: snow;
}
.right_bar_title {
    border-bottom: solid 2px #d2d2d2;
}
.container {
    max-width: 100%;
}
.no_table_border th,.no_table_border td{
    border: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: justify;
}
@media (min-width: 992px) {
    .list_bar_bg {
        background-image: url("../../img/UbusWeb/Index/listbackground.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: snow;
    }
    .list_bar_bg:hover {
        background-image: url("../../img/UbusWeb/Index/listbackground2.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: black;
    }
    .left_bar_title {
        width: 207px;
        border-bottom: solid 2px #d2d2d2;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1007px;
    }
}
