
.timeset {
 padding: 60px 0;	
}
.card__panel {
  background-color: #fff;
  border: 1px solid rgba(114, 119, 138, 0.1);
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0px 0px 3px rgba(114, 119, 138, 0.15);
}
.timeset_tble .table{
  margin-bottom: 0;
}
.timeset_tble .table>thead:first-child>tr:first-child>th {
    border-top:1px solid #ddd !important;
}
.timeset .h4_title {
    color: #333;
    font-weight: 600;
}
.timeset .title_block {
    padding: 15px 0;
}
.timeset .title_block .sm_title {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 26px;
}
.timeset .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    padding: 15px 10px;
    color: #333;
    white-space: nowrap;
}
.timeset .table>tbody>tr>td, .timeset .table>tbody>tr>th {
   padding: 15px 10px;
   color: #333;
}
.timeset .pagination_block {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.pagination_block .pagination>li>a {
    color: #333;
}
.pagination_block .pagination>.active>a{
   color: #fff;
   background-color: #333;
   border-color: #333;
}

@media screen and (max-width: 575px){
  .timeset .h4_title {
    font-size: 16px;
  }
  .timeset .card__panel {
    padding: 20px;
  }
}
@media screen and (max-width: 575px){
  .timeset .pagination_block {
    display: block;
    text-align: center;
    margin-top: 25px;
  }
  .timeset .card__panel .col-xs-6 {
    width: 100%;
  }
  .timeset .h4_title {
      text-align: center;
  }
  .timeset .title_block {
    padding: 5px 0;
  }
  .timeset_tble {
    margin-top: 15px;
  }
  .timeset {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px){
.timeset .title_block .sm_title {
    display: block;
    margin-top: 5px;
}
.timeset .mb_hide {
    display: none;
}
}