.sycorr-ratetable {
  width: 100%;
  border: 1px solid #bbb !important;
  margin-bottom: 10px;
  font-size: 1.125rem;
  border-radius: 0;
  box-shadow: none;
    color: #231f20;
    line-height: 1.5;
}

.sycorr-ratetable * {
    border-color: #bbb !important;
}

.sycorr-ratetable-disclosure,
.sycorr-ratetable .small {
    font-size: 1rem;
}

.sycorr-ratetable .sycorr-ratetable-header {
  background: #e2e3e4;
}
.sycorr-ratetable .sycorr-ratetable-colheader {
  background: #F6F6F6;
}
.sycorr-ratetable tr td:first-child,
.sycorr-ratetable tr th:first-child {
  text-align: left;
}
.sycorr-ratetable tr td {
  padding: 8px;
  vertical-align: top;
  text-align: center;
  line-height: 1.5;
}
.sycorr-ratetable tr th {
    padding: 16px;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    height: 52px;
    color: #231f20;
    line-height: 1.5;
    border: 1px solid #bbb !important;
    border-bottom: 0 !important;
}
.sycorr-ratetable tr:nth-child(even) td {
  background-color: #F6F6F6;
}
.sycorr-ratetable.responsive {
  display: none;
}
.sycorr-ratetable .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sycorr-ratetable-disclosure {
  font-style: italic;
}
.sycorr-ratetable-container {
  margin-bottom: 15px;
}
@media (max-width: 550px) {
  .sycorr-ratetable.responsive {
    display: table;
  }
  .sycorr-ratetable.responsive tbody {
    border-bottom: 3px solid #bbb;
  }
  .sycorr-ratetable.responsive tbody:last-child {
    border-bottom: none;
  }
  .sycorr-ratetable.default {
    display: none;
  }
}
