﻿.module.schedule table tr td {
    width: auto;
    vertical-align: top;
}

@media (max-width: 499px) { 
    .en.modbox .custom.schedule tr td:nth-child(1) {
        text-align: center !important;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0;
        padding-right: 0;
        width: 35px !important;
    }
    .number3{
        border-top: 1px solid transparent !important;
    }
    .en.modbox .custom.schedule tr td:nth-child(3) {
        table-layout: fixed;
        vertical-align: middle;
        padding: 0;
    }
    tbody {
        MARGIN: 0 AUTO;
        DISPLAY: table !important;
        width: 100%;
    }
    .module.schedule table tr td:nth-child(2) {
        width: 50px !important;
    }
    .custom.schedule td {
        box-sizing: border-box;
    }
	.custom.schedule tr td:nth-child(1) {
   
        width: 54px !important; 
        table-layout: fixed;
        vertical-align: middle;
    }
    .module .custom.schedule tr td:nth-child(2) {
        table-layout: fixed;
        vertical-align: middle;
        width: 66px !important;
        
    }
    .modbox.nl .custom.schedule tr td:nth-child(1){
        width: 82px !important; 
    }



    .modbox.ro .custom.schedule tr td:nth-child(1){
        width: 97px !important;  
    }
    .module.ro .custom.schedule tr td:nth-child(2) {
    
        width: 142px !important;
    }
    .modbox .custom.schedule td {
        font-size: 12px !important;
    }
    .modbox .custom.schedule tr td:nth-child(1){
        text-align: center !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .custom.schedule tr td:nth-child(3) {
       
        table-layout: fixed;
        vertical-align: middle;
    }
    .custom.schedule tr td:nth-child(4) {
       
        table-layout: fixed;
        vertical-align: middle;
      
		padding: 0px 2px !important;
    }
    .custom.schedule td {
      
        font-size: 12px;
    }
    .module.schedule table {
        display: inline-table;
        overflow-y: overlay;
        table-layout: fixed;
        width: 386px;
    }
    .custom.schedule {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
    }
    
    .custom.schedule td {
        padding: 0px 6px;
        font-size: 12px;
    }
    

    .module .modbox.ro .custom.schedule tr td:nth-child(2){
        width: 173px !important;
    }
 }
