.sycorr-ratetable {
  width: 100%;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  font-size: 10px;
  text-shadow: 0px 1px 1px #FFF;
}
.sycorr-ratetable .sycorr-ratetable-header {
  background: #EFF5F7;
  font-size: 16px;
  font-weight: bold;
}
.sycorr-ratetable .sycorr-ratetable-colheader {
  background: #EEE;
  font-weight: bold;
}
.sycorr-ratetable tr td:first-child,
.sycorr-ratetable tr th:first-child {
  text-align: left;
}
.sycorr-ratetable tr td {
  padding: 8px;
  font-size: 10px;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  text-align: center;
}
.sycorr-ratetable tr th {
  padding: 8px;
  font-size: 12px;
  border-bottom: 1px solid #CCC;
}
.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-size: 10px;
  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 #ccc;
  }
  .sycorr-ratetable.responsive tbody:last-child {
    border-bottom: none;
  }
  .sycorr-ratetable.default {
    display: none;
  }
}
