.diseases-price tbody tr {
  border-bottom: 1px #dddddd solid;
}
.diseases-price tbody tr:nth-child(odd) td:first-child {
  background-color: #f2f2f238;
}
.diseases-price tbody tr:nth-child(even) td:first-child {
  background-color: #5fa8df40;
}
.diseases-price tbody tr td:first-child {
  padding: 16px 0 16px 8px;
}
.diseases-price tbody tr td:nth-child(2) {
  background-color: #fdeddaa6;
  text-align: center;
}
.diseases-price tbody tr td:nth-child(3) {
  background-color: #dbdafd38;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .diseases-price tbody tr {
    border-color: #b1b0b0;
  }
  .diseases-price tbody tr td:first-child {
    padding: 24px 0 20px 28px;
  }
}
