.responsive-table-big {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
  min-width: 90%;
}
.responsive-table-big tr:first-child th {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
  display: table-cell;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  padding: 20px 15px;
}
.responsive-table-big tr {
  display: table-row;
}
.responsive-table-big th,
.responsive-table-big td {
  border: 0px !important;
  padding: 12px 10px;
  display: table-cell;
  padding: 10px;
}
.responsive-table-big caption {
  font-size: 26px;
}
.responsive-table-big tfoot {
  font-size: 14px;
}
.responsive-table-big tbody {
  display: table-row-group;
}
.responsive-table-big tbody tr {
  display: table-row;
  border-width: 1px;
  background-color: unset;
  filter: unset;
}
.responsive-table-big tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.responsive-table-big tbody tr:last-of-type th {
  border-radius: 0px 0px 0px 15px;
  border: 0px;
}
.responsive-table-big tbody tr:last-of-type td:last-child {
  border-radius: 0px 0px 15px 0px;
  border: 0px;
}
.responsive-table-big tbody th[scope=row] {
  font-size: 16px;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  border-radius: 0;
  font-weight: normal;
}
.responsive-table-big tbody td {
  background-color: unset;
}
.responsive-table-big tbody td:last-child {
  padding-bottom: 15px;
  border-radius: unset;
}
.responsive-table-big tbody td {
  text-align: left;
}
.responsive-table-big tbody td[data-title]:before {
  content: none;
}
.responsive-table-big--theme tbody tr:nth-of-type(even) {
  background-color: #f1eeeb;
}
.responsive-table-big--theme tbody tr:nth-of-type(even) td {
  background-color: #f1eeeb;
}
.responsive-table-big--blue tbody tr:nth-of-type(even) {
  background-color: #bcd2d8;
}
.responsive-table-big--blue tbody tr:nth-of-type(even) td {
  background-color: #bcd2d8;
}
.responsive-table-big--green tbody tr:nth-of-type(even) {
  background-color: #dae4ca;
}
.responsive-table-big--green tbody tr:nth-of-type(even) td {
  background-color: #dae4ca;
}
.responsive-table-big--orange tbody tr:nth-of-type(even) {
  background-color: #f1e3cb;
}
.responsive-table-big--orange tbody tr:nth-of-type(even) td {
  background-color: #f1e3cb;
}
.responsive-table-big--theme th {
  background-color: #31996a;
}
.responsive-table-big--theme tbody tr th {
  background-color: #31996a;
}
.responsive-table-big tr:first-child th:first-child {
  border-radius: 15px 0px 0px 0px;
  border: 0px;
}
.responsive-table-big tr:first-child th:last-child {
  border-radius: 0px 15px 0px 0px;
  border: 0px;
}
.responsive-table-big tr:first-child th {
  font-size: 20px;
}
.responsive-table-big th,
.responsive-table-big td {
  padding: 15px;
}
.table-responsive--ratings-big {
  max-width: 600px;
  width: 100%;
}
.table-responsive--ratings-big tr:first-child td:first-child {
  border-radius: 15px 0px 0px 0px;
}
.table-responsive--ratings-big tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.table-responsive--ratings-big tr:last-child {
  background-color: rgba(49, 153, 106, 0.8);
  color: #fff;
}
.table-responsive--ratings-big tr td:first-child {
  padding-left: 2px;
}
.table-responsive--ratings-big tr td:last-child {
  font-weight: 500;
  padding-right: 2px;
  text-align: right;
}
.table-responsive--ratings-big tr td.rating span.star {
  width: 20px;
}

@media (max-width: 899px) {
  .responsive-table-big tbody tr:last-of-type th {
    border-radius: 0px;
  }
  .responsive-table-big {
    width: 100%;
    border-spacing: 0;
    font-size: 16px;
    margin: 40px auto;
  }
  .responsive-table-big tr:first-child th {
    position: absolute;
    display: none;
    clip: rect(1px 1px 1px 1px) s;
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 20px 15px;
    font-size: 18px;
  }
  .responsive-table-big tr:nth-child(2) th {
    border-radius: 15px 15px 0px 0px;
  }
  .responsive-table-big tr:nth-child(2) td {
    border-radius: 0;
  }
  .responsive-table-big tr:last-child td:last-child {
    border-radius: 0px 0px 15px 15px !important;
  }
  .responsive-table-big tbody,
  .responsive-table-big tr,
  .responsive-table-big th,
  .responsive-table-big td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  .responsive-table-big th,
  .responsive-table-big td {
    padding: 15px 10px;
    vertical-align: middle;
  }
  .responsive-table-big caption {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .responsive-table-big tfoot {
    font-size: 12px;
    font-style: italic;
  }
  .responsive-table-big tbody {
    border-radius: 100px;
  }
  .responsive-table-big tbody tr {
    border-radius: 100px;
    display: block;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  }
  .responsive-table-big tbody tr:last-of-type {
    margin-bottom: 0;
  }
  .responsive-table-big tbody tr td {
    background-color: #ffffff !important;
  }
  .responsive-table-big tbody th[scope=row] {
    color: #fff;
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 600;
    background-color: #31996a;
  }
  .responsive-table-big tbody td {
    text-align: right;
  }
  .responsive-table-big tbody td:last-child {
    padding-bottom: 20px;
  }
  .responsive-table-big tbody td[data-title]:before {
    content: attr(data-title) ":";
    float: left;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
  }
  .responsive-table-big--blue th {
    background-color: #007898;
  }
  .responsive-table-big--blue tbody tr th {
    background-color: #007898;
  }
  .responsive-table-big--green th {
    background-color: #61960c;
  }
  .responsive-table-big--green tbody tr th {
    background-color: #61960c;
  }
  .responsive-table-big--orange th {
    background-color: #e89a07;
  }
  .responsive-table-big--orange tbody tr th {
    background-color: #e89a07;
  }
}

@media (max-width: 599px) {
  .table-responsive--ratings-big tr td:first-child {
    padding-left: 35px;
  }
  .table-responsive--ratings-big tr td:last-child {
    font-weight: 500;
    padding-right: 35px;
    text-align: right;
  }
  .table-responsive--ratings-big tr td.rating span.star {
    width: 28px;
  }
}

@media (max-width: 25px) {
  .table-responsive--ratings-big tr td.rating span.star {
    display: none;
  }
}