.table-responsive {
  text-align: left;
  overflow: hidden;
  width: 90%;
  margin: 40px auto;
  display: table;
  border-spacing: 0;
  font-size: 16px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
  border-radius: 15px;
}
.table-responsive td,
.table-responsive th {
  border: 0px !important;
  font-weight: normal;
  padding-bottom: 2%;
  padding-top: 2%;
  padding-left: 2%;
}
.table-responsive td:last-child,
.table-responsive th:last-child {
  padding: 10px;
}
.table-responsive td {
  font-weight: normal;
  font-size: 16px;
}
.table-responsive tbody tr:first-child th:first-child {
  border-radius: 15px 0px 0px 0px;
}
.table-responsive tbody tr:first-child td:first-child {
  border-radius: 15px 0px 0px 0px;
}
.table-responsive tbody tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.table-responsive tbody tr:first-child th:last-child {
  border-radius: 0px 15px 0px 0px;
}
.table-responsive tbody tr:last-child th:first-child {
  border-radius: 0px 0px 0px 15px;
}
.table-responsive tbody tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}
.table-responsive tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px;
}
.table-responsive tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}
.table-responsive--theme tr:nth-child(even) {
  background-color: #f1eeeb;
}
.table-responsive--theme tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-responsive--theme th {
  background-color: #31996a;
  color: #fff;
}
.table-responsive--theme tr:hover {
  background-color: rgba(49, 153, 106, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-responsive--blue tr:nth-child(even) {
  background-color: #bcd2d8;
}
.table-responsive--blue tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-responsive--blue th {
  background-color: #007898;
  color: #fff;
}
.table-responsive--blue tr:hover {
  background-color: rgba(0, 120, 152, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-responsive--orange tr:nth-child(even) {
  background-color: #f1e3cb;
}
.table-responsive--orange tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-responsive--orange th {
  background-color: #e89a07;
  color: #fff;
}
.table-responsive--orange tr:hover {
  background-color: rgba(232, 154, 7, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-responsive--green tr:nth-child(even) {
  background-color: #dae4ca;
}
.table-responsive--green tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.table-responsive--green th {
  background-color: #61960c;
  color: #fff;
}
.table-responsive--green tr:hover {
  background-color: rgba(97, 150, 12, 0.8);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 6px 6px -6px #31996a;
}
.table-responsive--ratings-small {
  max-width: 600px;
  width: 100%;
}
.table-responsive--ratings-small td.rating {
  display: none;
}
.table-responsive--ratings-small td:first-child {
  background-color: #31996a;
  color: #fff;
  padding-left: 15px;
}
.table-responsive--ratings-small td:last-child {
  font-weight: 500;
  text-align: center;
  padding: 10px;
}
.table-responsive--ratings-small tr:first-child td:first-child {
  border-radius: 15px 0px 0px 0px;
}
.table-responsive--ratings-small tr:first-child td:last-child {
  border-radius: 0px 15px 0px 0px;
}
.table-responsive--ratings-small tr:last-child td {
  font-weight: 500;
}