.meferi-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
}

.meferi-table-scroll table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
  table-layout: fixed;
}

.meferi-table-scroll th,
.meferi-table-scroll td {
  padding: 12px 14px;
  vertical-align: top;
  line-height: 1.45;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  text-align: left;
  white-space: normal;
}

.meferi-table-scroll th {
  font-weight: 700;
  background: #f7f8fa;
}

.meferi-table-scroll td:nth-child(1),
.meferi-table-scroll th:nth-child(1) {
  width: 8%;
}

.meferi-table-scroll td:nth-child(2),
.meferi-table-scroll th:nth-child(2) {
  width: 17%;
}

.meferi-table-scroll td:nth-child(3),
.meferi-table-scroll th:nth-child(3) {
  width: 24%;
}

.meferi-table-scroll td:nth-child(4),
.meferi-table-scroll th:nth-child(4) {
  width: 29%;
}

.meferi-table-scroll td:nth-child(5),
.meferi-table-scroll th:nth-child(5) {
  width: 22%;
}

@media (max-width: 767px) {
  .meferi-table-scroll {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .meferi-table-scroll table {
    min-width: 1100px;
  }

  .meferi-table-scroll th,
  .meferi-table-scroll td {
    font-size: 14px;
    padding: 10px 12px;
  }
}