.s-lc-whw thead {
  background-color: #f5f5f5;
}

.s-lc-whw-head-date {
  color: #999;
}
.s-lc-whw-today-h {
  background-color: #fdffc0;
}

.s-lc-whw-today {
  background-color: #feffdd;
}

.s-lc-whw-bh {
  text-align: right;
  white-space: nowrap;
}

.s-lc-whw-locname {
  font-weight: bold;
}
.s-lc-whw-sublocname {
  padding-left: 10px !important;
}

.s-lc-whw-footnote {
  color: #555;
  font-size: 80%;
}
.s-lc-whw-footnote td:hover {
  background-color: #fff !important;
}

/* Below styles can be removed if you are already using Bootstap v3 in host page */
.s-lc-whw-cont {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.s-lc-whw-pr,
.s-lc-whw-ne {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #333;
  border: 1px solid transparent;
  border-color: #ccc;
  border-radius: 3px;
  background-color: #fff;
  background-image: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.s-lc-whw-pr:disabled {
  background-color: #efefef;
}
.s-lc-whw-ne:disabled {
  background-color: #efefef;
}
.s-lc-whw {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: none;
  border-left: none;
  background-color: transparent;
}
.s-lc-whw > tbody > tr > td {
  padding: 5px;
}

.s-lc-whw > thead > tr > th {
  padding: 5px;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.s-lc-whw th {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 768px) {
  .s-lc-whw-cont .table-responsive {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .s-lc-whw td {
    white-space: nowrap;
  }
}
