.sc-attendance table thead th {
  background-color: #600 !important;
  color: #fff !important;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  vertical-align: middle;
  border-color: inherit;
}
.sc-attendance table tr {
  border: 1px solid rgb(238, 238, 238);
}
.sc-attendance table tr td {
  border: 1px solid rgb(238, 238, 238);
}
.sc-attendance-senator-info {
  display: flex;
  margin-bottom: 30px;
}
.sc-attendance-senator-info-photo {
  margin-right: 15px;
}
.sc-attendance-senator-info-details-name {
  font-size: 1.875rem;
  font-weight: bold;
  text-decoration: none;
}
.sc-attendance-senator-info-details-name:hover {
  text-decoration: underline;
}
.sc-attendance-dropdowns {
  margin-bottom: 30px;
}
.sc-attendance-dropdowns-view {
  /* @include cb.media-breakpoint-down(lg) {

      &::after {
          display: none;
      }
  }

  &::after {
      position: absolute;
      right: cf.pxrem(320px);
      top: cf.pxrem(442px); // 64%;
      bottom: 16px;
      content: "";
      border-top: cf.pxrem(5px) solid;
      border-right: cf.pxrem(5px) solid transparent;
      border-bottom: 0;
      border-left: cf.pxrem(5px) solid transparent;
      pointer-events:visible;

  }*/
}
.sc-attendance-dropdowns-view-select {
  width: 100%;
  padding: 0.375rem 1.3125rem 0.375rem 0.375rem;
  border: 1px solid #000;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
}
.sc-attendance-table-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sc-attendance-table-row-heading {
  text-align: center;
}
.sc-attendance-table-row-heading-senator {
  width: 25%;
}
.sc-attendance-table-row-heading-day {
  width: 7%;
}
.sc-attendance-table-row-heading-affiliation, .sc-attendance-table-row-heading-absent, .sc-attendance-table-row-heading-sitting-days, .sc-attendance-table-row-heading-present, .sc-attendance-table-row-heading-public, .sc-attendance-table-row-heading-leave {
  width: 12%;
}
.sc-attendance-table-row-heading-2 {
  display: none;
}
.sc-attendance-table-row-heading > th {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.sc-attendance-table-row-heading > th > a {
  color: white;
  text-decoration: none;
}
.sc-attendance-table-row-heading > th > a:hover {
  text-decoration: underline;
}
.sc-attendance-table-row-letter {
  color: rgb(0, 0, 0);
  background-color: rgb(238, 238, 238) !important;
}
.sc-attendance-table-row-senator, .sc-attendance-table-row-month {
  background-color: rgb(255, 255, 255) !important;
}
.sc-attendance-table-row-senator {
  text-align: center;
}
.sc-attendance-table-row-senator .attendance-senator {
  text-align: left;
}
.sc-attendance-table-row-month-detailed {
  display: none;
}
.sc-attendance-table-row-month .attendance-day {
  text-align: center;
}
.sc-attendance-table-row-month .attendance-true {
  background-color: #dff0d8;
  text-align: center;
}
.sc-attendance-table-row-month .attendance-month, .sc-attendance-table-row-month .attendance-sitting-days, .sc-attendance-table-row-month .attendance-present, .sc-attendance-table-row-month .attendance-public, .sc-attendance-table-row-month .attendance-absent, .sc-attendance-table-row-month .attendance-leave {
  --bs-table-bg-type: rgba(255, 255, 255, 1) !important;
}
.sc-attendance-table-row-footing > td {
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
  background-color: rgb(96, 0, 0) !important;
}
.sc-attendance-table-row-footing > td > a {
  color: rgb(255, 255, 255) !important;
}

.sc-page-attendance .sc-page-banner-text {
  font-size: 3.5rem;
}
@media (max-width: 767.98px) {
  .sc-page-attendance .sc-page-banner-text {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  .sc-page-attendance .sc-page-banner-text {
    font-size: 2rem;
  }
}
.sc-page-attendance-month .sc-attendance {
  margin-top: 30px;
}
