br.clear {
  clear: both;
}
#sheet {
  clear: both;
}
#label_select_activities {
  margin: 0;
}
.activitySummary {
  margin: 10px 0 5px 0;
  max-width: 100%;
}
.activitySummary select {
  width: 830px;
  padding: 5px 8px;
  line-height: 150%;
  height: auto;
}
.activitySummary .eventActivitySelectTime {
  padding-left: 18px;
}
.secondaryOptions {
  margin-left: 51px;
}
.secondaryOptions select {
  display: block;
}
@media screen and (max-width: 767px) {
  .activitySummary {
    max-width: 100%;
  }
  .activitySummary select {
    width: 100%;
  }
  .secondaryOptions {
    margin-left: 0;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.delegate_details .event_day {
  margin: 0 10px;
}
.delegate_details .event_day > div > .activityTime {
  width: 10%;
  float: left;
  font-size: 16px;
  margin-top: 5px;
}
.delegate_details .event_day .EventActivity {
  float: right;
  width: 90%;
}
.delegate_details .programDay {
  margin: 15px 0 10px 0;
}
@media screen and (max-width: 480px) and (min-width: 321px) {
  input[type=checkbox].eventActivityCheckbox {
    width: auto;
    height: auto;
  }
  .delegate_details .event_day > div > .activityTime,
  .delegate_details .event_day .EventActivity {
    float: none;
  }
}
table.basic-table {
  border-collapse: collapse;
  border: 1px solid black;
  background: white;
}
table.basic-table th {
  border-collapse: collapse;
  border: 1px solid black;
  color: black;
  text-align: center;
}
table.basic-table td {
  border-collapse: collapse;
  border: 1px solid black;
}
tr.basic-table-header {
  font-weight: bold;
}
div.mini-title {
  font-weight: bold !important;
  text-align: center;
}
tr.basic-table-header h2 {
  margin: 0 0 0 0;
}
