#schedule{
    color: #000;
    font-family: Roboto-Regular;
}
#schedule .title h1{
    color: #000;
    font-size: 48px;
    line-height: 1.2;
    margin: 10px auto 30px;
    text-align: center;   
}
#schedule .table_box {
    max-width: 100vw;
    overflow-x: auto;
    padding-bottom: 15px;

}
#schedule table{
    min-width: 1140px;
    width: 100%;
}
#schedule table th,
#schedule table td{
    width: 14.2%;
}
#schedule table th{
    color:#000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px;
}
#schedule table td{
    border:1px solid #f2f2f2;
    color:#000;
    font-size: 14px;
    height: 116px;
    line-height: 1.2;
    padding: 8px;
    vertical-align: top;
}
#tabs__schedule .nav-tabs{
    margin-bottom: 30px;
}
#tabs__schedule .nav-tabs > li a{
    background: transparent;
    border: 2px solid #f2f2f2;
    border-radius: 5px 5px 0 0;
    color:#000;
    font-size: 16px;
    font-family: Roboto-Regular;
}
#tabs__schedule .nav-tabs > li.active > a{
    border: 2px solid #3598dc;
    background: #2a374a;
    color:#fff;
}
#tabs__schedule .nav-tabs > li > a:hover{
    background: #2a374a;
    color:#fff;
    cursor: pointer;
}
#tabs__schedule .nav-tabs > li.active > a:hover{
    cursor: default;
}

@media(max-width: 991px){
    #schedule .table_box{width: calc(100vw - 30px);}
}