    #sched {
      padding: 10px;
    }
    #searchin {
      margin-bottom: 10px;
      width: 98%;
    }
    #searchin input {
      width: 100%;
      padding: 8px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 4px;
      //margin-left: 10px;
    }
    .table-responsive {
      width: 100%;
      overflow-x: auto;
    }
    #sched table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #ccc;
      font-size: 16px;
    }
    #sched thead th, #sched tbody td {
      border: 1px solid #ccc;
      padding: 6px;
      text-align: left;
      //white-space: nowrap;
    }
    #sched thead #sched th {
      background: #f2f2f2;
    }
    /* адаптив */
    @media (max-width: 768px) {
      #sched {
        padding: 2px;
      }  
      #content {
        padding: 5px;
      }          
      #sched thead {
        display: none;
      }
      #sched tbody, #sched tr {
        display: block;
        width: 100%;
      }
      #sched table, #sched td{
        display: block;
        width: 100%;
      }
      #sched tr {
        //margin-bottom: 2px;
        border: 1px solid #ddd;
        //border-radius: 6px;
        //padding: 6px;
      }
      #sched td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: none;
        border-bottom: 1px solid #eee;
        overflow-wrap: anywhere;
      }
      #sched td:last-child {
        border-bottom: none;
      }
      #sched td::before {
        content: attr(data-label);
        font-weight: bold;
        margin-right: 15px;
        white-space: normal;
        overflow-wrap: normal;  
     }
    }

  

.odd {background: #fff;}
.even {background: #EAF2FF;}

   
