.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table {
  border-collapse: collapse;
  /*  border: 2px solid #dee2e6;*/
  width: 100%;
}
tbody.technical {
  background: #d1d2d4;
}
.technical th, .technical td {
  border: 5px solid #d1d2d4;
}
.schedule-table > tbody > tr > td {
  padding: 0px;
  line-height: 18px;
}
.burner-detail th, .burner-detail td {
  border-right: 5px solid #fff;
}
.burner-detail th, .burner-detail td {
  padding: 1px;
}
.burner-detail thead th {
  vertical-align: bottom;
  border-right: 5px solid #fff;
  text-align: center;
  background: #8b8e97 !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 12px
}
.burner-detail tbody td {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  padding: 1px;
}
.burner-detail tr:nth-child(even) {
  background: #fff;
}
.burner-detail tr:nth-child(even) {
  background: #d1d2d4;
}
.burner-detail tr {
  border-bottom: none !important;
}
.schedule-table > thead > tr > th {
  font-size: 20px;
}
.rwd-table th:nth-child(even), .rwd-table td:nth-child(even) {}
.rwd-table th:nth-child(odd), .rwd-table td:nth-child(odd) {}
.technical tr:nth-child(even), .technical tr:nth-child(even) {
  background: #fff;
}
.rwd-table th, .rwd-table td {
  padding: 5px 5px;
}
.table thead th {
  vertical-align: bottom;
  text-align: center;
}
tbody.burner td {
  vertical-align: bottom;
  text-align: center;
}
.burner-th th, .burner td {
  padding: 5px 5px;
  border: 2px solid #dee2e6;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: auto;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline-block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 768px) {
  .table_cus tr:first-child {
    display: none;
  }
}
.rwd-table .burner-th tr, .burner-th th, .burner td {
  padding: 5px 5px;
  border: 2px solid #212529;
}
.table .burner-th > tr > th {
  border-bottom: 2px solid #212529;
  vertical-align: middle;
}