@charset "utf-8";
/* CSS Document */

.past-page thead td{
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #2f4754;
    background-color: #4d6a79;
    font-size: 13px;
    font-weight: 400;
}
.past-page tbody th{
    width: 10%;
    text-align: center;
}

.past-page table th,
.past-page table td {
    padding: .5em;
    font-size: 13px;
}

.past-page .total{
    width: 20%;
    text-align: center;
}

@media only screen and (max-width: 767px){
    .past-page br{
        display: block;
    }
    .past-page tbody th,
    .past-page .total{
        width: 100%;
        text-align: left;
    }
    .past-page thead td{
        display: none;
    }
    .past-page tbody th{
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #2f4754;
        background-color: #4d6a79;
        font-size: 13px;
        font-weight: 400;
    }
}

.table{
    padding: 30px;
    background-color: rgb(255, 255, 255);
}