.bustime_table{
    border:solid 1px #000;
    width:100%;
    margin: 0 auto;
}

.bustime_head{
    padding:1rem;
}

.bustime_head th,.bustime_desc td{
    width:calc(100% / 8);
    padding:1rem 0.5rem !important;
    text-align: center !important;
    font-weight:bold !important;
    font-size:12px;
}

.bustime_head th{
    color:white;
}

.bustime_table tr:nth-child(even) td{
    background-color: rgb(236, 236, 236);
}

.bustime_head th:nth-of-type(1),
.bustime_head th:nth-of-type(2),
.bustime_head th:nth-of-type(3),
.bustime_head th:nth-of-type(4)
{
    background-color:#328ed0;
}


.bustime_head th:nth-of-type(5),
.bustime_head th:nth-of-type(6),
.bustime_head th:nth-of-type(7),
.bustime_head th:nth-of-type(8)
{
    background-color:#ea3d5a;
}

