@charset "UTF-8";

@media screen and (max-width: 900px){
    #time_table+div.block_table_5 table thead th,
    #time_table+div.block_table_5 table td>*{
        font-size: 1.3rem!important;
    }
    #time_table+div.block_table_5 table td span{
        font-size: 1.3rem!important;
        display: block;
    }
    #time_table+div.block_table_5 table thead th{
        white-space: nowrap;
    }
    #time_table+div.block_table_5 table td{
       padding: 3px;
    }
}