.resp-report {
  min-width: 30%;
  margin-bottom: 1.5em;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .resp-report {
    font-size: .9em;
  }
}
@media (min-width: 1024px) {
  .resp-report {
    font-size: 1em;
  }
}
.resp-report thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .resp-report thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.resp-report thead th {
  background-color: #744b8d !important;
  border: 1px solid #744b8d;
  font-weight: normal;
  text-align: center;
  color: white;
  font-size: .9em;
}
.resp-report thead th:first-of-type {
  text-align: left;
}
.resp-report tbody,
.resp-report th,
.resp-report tr,
.resp-report td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 768px) {
  .resp-report tr {
    display: table-row;
  }
}
.resp-report th,
.resp-report td {
  padding: .3em;
  vertical-align: middle;
  font-size: .9em;
  /*
    @media (min-width: $bp-lisa) {
      padding: .75em .5em;
    }
  */
  /*
      @media (min-width: $bp-marge) {
        padding: .75em .5em;
      }

      @media (min-width: $bp-homer) {
        padding: .75em;
      }
  */
}
@media (min-width: 768px) {
  .resp-report th,
  .resp-report td {
    display: table-cell;
    padding: .5em;
  }
}
.resp-report caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .resp-report caption {
    font-size: 1.5em;
  }
}
.resp-report tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 1024px) {
  .resp-report tfoot {
    font-size: .9em;
  }
}
@media (min-width: 768px) {
  .resp-report tbody {
    display: table-row-group;
  }
}
.resp-report tbody tr {
  margin-bottom: 1em;
  border: 2px solid #744b8d;
}
.resp-report .sub_row {
  font-size: .9em;
  font-style: italic;
}
.resp-report .sub_row.hidden {
  display: none;
}
tr.waitlisted {
  font-style: italic;
  background-color: white !important;
}
tr.in_cart {
  font-style: italic;
  background-color: lightcyan !important;
}
tr.pending {
  font-style: italic;
  background-color: lightcyan !important;
}
tr.canceled {
  font-style: bold !important;
  background-color: lightyellow !important;
  background-image: linear-gradient(-45deg, black 25%, transparent 25%, transparent 80%, black 50%, black 75%, transparent 75%, transparent);
background-size: 4px 4px;
}
@media (min-width: 768px) {
  .resp-report tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.resp-report tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .resp-report tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.resp-report tbody th[scope="row"] {
  background-color: #744b8d;
  color: white;
  font-size: .9em;
}
@media (min-width: 768px) {
  .resp-report tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.resp-report tbody td {
  text-align: right;
  font-size: .9em;
}
@media (min-width: 480px) {
  .resp-report tbody td {
    border-bottom: 1px solid #744b8d;
  }
}
@media (min-width: 768px) {
  .resp-report tbody td {
    text-align: center;
  }
}

.resp-report tbody td .field_radio {
  font-size: .8em;
  padding-left: 5px;
  vertical-align: middle;
}
.resp-report tbody td[data-type=currency] {
  text-align: right;
}
.resp-report tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 480px) {
  .resp-report tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 768px) {
  .resp-report tbody td[data-title]:before {
    content: none;
  }
}

@media (min-width: 480px) {
  #tableCart.resp-report {
    font-size: .9em;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tr {
    display: table-row;
  }
}
#tableCart.resp-report th,
#tableCart.resp-report td {
  padding: .2em;
  vertical-align: middle;
  font-size: .9em;
}
@media (min-width: 480px) {
  #tableCart.resp-report th,
  #tableCart.resp-report td {
    display: table-cell;
    padding: .2em;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report caption {
    font-size: 1.5em;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody {
    display: table-row-group;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody td {
    text-align: center;
  }
}
@media (min-width: 480px) {
  #tableCart.resp-report tbody td[data-title]:before {
    content: none;
  }
}

/* --- Special table for medical conditions, only show narrow viewport and limit width */
.resp-report-narrowOnly {
  width: 95%;
  max-width: 768px;
  margin-bottom: 1.5em;
  margin-left: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .resp-report-narrowOnly {
    font-size: .9em;
  }
}
.resp-report-narrowOnly thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.resp-report-narrowOnly thead th {
  background-color: #744b8d;
  border: 1px solid #744b8d;
  font-weight: normal;
  text-align: center;
  color: white;
  font-size: .9em;
}
.resp-report-narrowOnly thead th:first-of-type {
  text-align: left;
}
.resp-report-narrowOnly tbody,
.resp-report-narrowOnly thead,
.resp-report-narrowOnly th,
.resp-report-narrowOnly tr,
.resp-report-narrowOnly td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.resp-report-narrowOnly th,
.resp-report-narrowOnly td {
  padding: .5em;
  vertical-align: middle;
  font-size: .9em;
}
@media (min-width: 480px) {
  .resp-report-narrowOnly th,
  .resp-report-narrowOnly td {
    padding: .75em .5em;
  }
}
.resp-report-narrowOnly caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .resp-report-narrowOnly caption {
    font-size: 1.5em;
  }
}
.resp-report-narrowOnly tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 1024px) {
  .resp-report-narrowOnly tfoot {
    font-size: .9em;
  }
}
.resp-report-narrowOnly tbody tr {
  margin-bottom: 1em;
  border: 2px solid #744b8d;
}
.resp-report-narrowOnly tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .resp-report-narrowOnly tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.resp-report-narrowOnly tbody th[scope="row"] {
  background-color: #744b8d;
  color: white;
  font-size: .9em;
}
@media (min-width: 768px) {
  .resp-report-narrowOnly tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.resp-report-narrowOnly tbody td {
  text-align: right;
  font-size: .9em;
}
@media (min-width: 480px) {
  .resp-report-narrowOnly tbody td {
    border-bottom: 1px solid #744b8d;
  }
}
.resp-report-narrowOnly tbody td .field_radio {
  font-size: .8em;
  padding-left: 5px;
  vertical-align: middle;
}
.resp-report-narrowOnly tbody td[data-type=currency] {
  text-align: right;
}
.resp-report-narrowOnly tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 480px) {
  .resp-report-narrowOnly tbody td[data-title]:before {
    font-size: .9em;
  }
}
