﻿/* use for mobile screen*/
@media screen and (max-width: 449px) {
    .DisPC {
        display: none;
    }

        .table-responsive-Mobile {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .WebLogo {
        width: 60px;
        height: 60px;
    }


    .ContentWidth{
        width:100%;
        margin-left:auto;margin-right:auto;
    }

    .tableSchedule{
        width:100%;
    }
}



/*use for PC screen*/
@media screen and (min-width: 450px) {
    .DisMobile {
        display: none;
    }


    .WebLogo {
        width: 50px;
        height: 50px;
    }
     .ContentWidth{
        width:100%;
        margin-left:auto;margin-right:auto;
    }
       .tableSchedule{
        width:48%;
    }

}


.valid{
    color:red
}