.table-stylized tbody tr {
  font-size: 12px;
}

.table-stylized tbody tr th {
  background-color: #cdcbcc;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 7px 0;
}

.table-stylized tbody tr th:nth-child(1) {
  width: 35%;
}

.table-stylized tbody tr th:nth-child(2) {
  max-width: 70px;
}

.table-stylized tbody tr th:last-child {
  width: 80px;
}

.table-stylized tbody tr td {
  border: 1px solid #cdcbcc;
  padding: 0 12px;
  height: 65px;
  vertical-align: middle;
}

.table-stylized tbody tr td:nth-child(1) {
  font-weight: bold;
  text-decoration: underline;
}

.colored-table-container .ct-header {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.colored-table-container .ct-comment {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.colored-table-container .colored-table {
  margin-top: 20px;
  font-size: 15px;
  border: 2px solid #EC7324;
  border-collapse: collapse;
  width: 100%;
}

.colored-table-container .colored-table thead th {
  background-color: #EC7324;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
}





.colored-table-container .colored-table thead tr:first-child th:nth-child(1) {
  width: 24%;
}

.colored-table-container .colored-table thead tr:first-child th:nth-child(2) {
  width: 10%;
}

.colored-table-container .colored-table thead tr:first-child th:nth-child(n + 3) {
  width: 22%;
}

.colored-table-container .colored-table thead tr:last-child th:nth-last-child(-n + 6) {
  width: 11%;
}

.colored-table-container .colored-table tbody {
  color: #363636;
  
}

.colored-table-container .colored-table tbody th,
.colored-table-container .colored-table tbody td {
  border: 1px solid #000;
  padding: 7px;
  text-align: center;
}

.colored-table-container .colored-table tbody td p{

  text-align: center;
}

.colored-table-container .colored-table tbody th,
.colored-table-container .colored-table .gray td,
.colored-table-container .colored-table .gray th {
  background-color: #EBEBEB;
  font-weight: bold;
}

@media (max-width: 700px) {
  .colored-table-container .colored-table {
    font-size: 1.5vh;
    width: 100%;
  }

  .colored-table-container .colored-table th,
  .colored-table-container .colored-table td {
    padding: 5px 0 !important;
  }
}




.colored-table-container .colored-table12345 {
    font-size: 11px!important;

}