body {
  padding-top: 130px;
  min-width: 270px;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  text-shadow: none;
  color: #e5242b;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 110%;
  text-shadow: none;
  color: #000;
}

h3.snack-header {
  font-size: 12pt;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

h3#note {
  color: #e5242b;
}

table {
  width: 100%;
  border: 1px solid #108542 !important;
  border-collapse: collapse;
  margin-bottom: 30px;
}

th {
  background-color: #108542;
  color: #000;
  text-align: left;
  padding: 8px;
  height: 15px;
  font-size: 12pt;
}

td {
  font-size: 12pt;
  padding: 8px;
  height: 12pt;
}

ul#smart-standards {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.card-group {
  margin-bottom: 20px;
}

.card {
  border: 1px solid #108542;
  margin-top: 5px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.card-header {
  background-color: #108542;
  border: none;
  border-bottom: 1px solid #108542;
}

.card-body {
  padding: 15px 15px 5px 15px !important;
}

/* header information */
#pbrc-header {
  width: 100%;
  background-color: #108542;
  border: 1px solid #108542;
  margin-bottom: 15px;
}

#pbrc-logo {
  width: 300px;
}

#pbrc-address {
  color: #fff;
  font-size: 12pt;
  font-weight: 500;
  text-align: center;
}

.header-ctr {
  text-align: center;
}

.mobile {
  display: none;
}

/* icons */
span.fa-sharp.fa-solid.fa-circle-small {
  color: #fff !important;
  font-size: 10pt !important;
  margin-left: 10px;
  margin-right: 10px;
}

span.fa-sharp.fa-solid.fa-eye {
  font-size: 11pt !important;
}

span.fa-sharp.fa-solid.fa-arrows-rotate,
span.fa-sharp.fa-solid.fa-spinner {
  font-size: 14pt !important;
}

#pbrc-social {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#pbrc-social img {
  width: 25px;
  margin: 0 10px;
}

/* table */
.header-row {
  color: #fff;
  background-color: #108542;
  width: 100%;
}

div.dt-container div.dt-search label {
  font-weight: bold;
}

div.dt-container div.dt-search {
  margin-top: -31px;
  margin-bottom: 5px;
}

div#smart-table {
  width: 100%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}

div#snacks-table_wrapper {
  padding-top: 10px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  border: 1px solid #108542;
  border-top: none;
}

div.dataTables_scrollHeadInner {
  background-color: #108542;
  border-right: 1px solid #108542;
}

div.dataTables_scrollHead {
  background-color: #108542;
}

div.dataTables_scrollBody {
  background-color: #fff;
}

div.dt-scroll-body {
  border-bottom-color: #108542 !important;
}

div.dt-scroll-foot {
  height: 0;
}

div#snacks-table.dataTables_wrapper.no-footer {
  padding-bottom: 40px;
}

div#snacks-table_wrapper.dataTables_wrapper.no-footer {
  margin-top: -10px;
}

th.header-row.sorting_disabled {
  padding: 9px;
}

tr:nth-child(even) {
  background-color: #fff !important;
}

tr:nth-child(odd) {
  background-color: #e9fbee !important;
}

tr.group, tr.group:hover {
  font-weight: bold;
  background-color: #ddd !important;
  border-left: 1px solid #108542;
  border-right: 1px solid #108542;
  color: #000;
}

/* changes search highlight */
mark {
  background: #e5242b;
  font-weight: bold;
  padding: 2px 4px;
  color: #fff;
  border-radius: 3px;
}

/* dataTables buttons */
.btn {
  background-image: linear-gradient(#fff, #eee, #ccc);
  font-weight: bold;
  padding: 6px 10px;
}

.btn:hover {
  box-shadow: #999 5px 5px 10px !important;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #bbb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-border-color: #bbb;
  --bs-btn-active-color: #000;
  --bs-btn-active-border-color: #bbb;
}

div.dt-container div.dt-search label {
  font-weight: 700;
  color: #000;
}

div.dt-container div.dt-search input {
  border: 1px solid #aaa;
}

/* spinner */
#spinner {
  text-align: center;
}

#spinner .fa-refresh {
  font-size: 18pt;
  color: #e5242b !important;
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .container {
    max-width: 747px;
  }
  h1 {
    font-size: 120%;
  }
  #pbrc-logo {
    max-width: 300px;
    width: 100%;
  }
  table.dataTable th, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background-color: #108542;
  }
  div.dt-buttons {
    margin-bottom: 0;
  }
  .btn-group > .btn {
    position: unset;
    flex: unset;
  }
  div.dt-container div.dt-search {
    text-align: right;
  }
}
/* overrides jQuery.dataTables.css media setting for max-width 640px  */
@media screen and (max-width: 640px) {
  div.dt-buttons {
    text-align: left;
  }
  /* keeps search box above table in center to override professional standards tables */
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  #nutrition-standards {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
  div.dt-container div.dt-search {
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  #pbrc-logo {
    width: 90%;
  }
}
@media screen and (max-width: 380px) {
  span.fa-sharp.fa-solid.fa-circle-small {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/* styles for printing */
@media print {
  @page {
    size: letter;
  }
  @page :center {
    @bottom-center {
      content: counter(page) " of " counter(pages);
    }
  }
  body {
    margin: 0;
    padding: 0;
    padding-top: 15px;
  }
  .container, .container-fluid {
    max-width: unset;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .header-row {
    color: #fff !important;
  }
  th {
    color: #fff;
  }
  th, td {
    border: 1px solid #000 !important;
  }
  h1 {
    color: #108542;
  }
  h2, h3.snack-header, h3#note, h4, li, p {
    color: #000;
  }
  h1 {
    font-size: 16pt;
  }
  h2 {
    font-size: 14pt;
  }
  h4, li, p {
    font-size: 12pt;
  }
  #disclaimer {
    color: #000;
    font-size: 12pt;
    text-align: left;
    font-weight: normal;
  }
  th.header-row.sorting_disabled {
    border-right: none;
    border-bottom: none;
  }
  div.dataTables_scrollHeadInner {
    border: 1px solid #000;
  }
  button.dt-button, div.dt-button, a.dt-button {
    border-color: #000;
  }
  .dataTable_wrapper {
    max-height: none !important;
  }
  .dataTables_scrollBody {
    max-height: none !important;
    overflow: visible !important;
  }
}