/* line 2, ../scss/rwd-table.scss */
#site-content {
  overflow: unset;
}

@media (min-width: 992px) {
  /* line 6, ../scss/rwd-table.scss */
  .rwd-table.table-wider {
    width: 140% !important;
    max-width: 140% !important;
    margin-left: -20% !important;
  }
}
@media all and (min-width: 1400px) {
  /* line 6, ../scss/rwd-table.scss */
  .rwd-table.table-wider {
    width: 160% !important;
    max-width: 160% !important;
    margin-left: -30% !important;
  }
}
/* line 19, ../scss/rwd-table.scss */
.rwd-table-container.desktop-table {
  display: none;
}
@media (min-width: 992px) {
  /* line 19, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table {
    display: block;
  }
  /* line 24, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-header > div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  /* line 30, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-header, .rwd-table-container.desktop-table .table-row {
    display: flex;
  }
  /* line 32, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-header > div, .rwd-table-container.desktop-table .table-row > div {
    flex: 1;
    text-align: center;
    border-bottom: 1px solid #333;
    font-size: 15px;
    word-break: initial;
    padding: 8px 6px;
    font-weight: bold;
  }
  /* line 43, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-row > div {
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 50, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-row > div p {
    font-size: 14px;
  }
  /* line 53, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-row > div img {
    width: 50px;
    height: auto;
  }
  /* line 59, ../scss/rwd-table.scss */
  .rwd-table-container.desktop-table .table-row:last-of-type > div {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 66, ../scss/rwd-table.scss */
  .rwd-table-container.mobile-table {
    display: none;
  }
}
/* line 70, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section {
  border-bottom: 1px solid #f3f3f3;
}
/* line 72, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section:nth-child(odd) {
  background: #f3f3f3;
}
/* line 75, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row {
  display: flex;
  align-items: center;
  height: 100%;
}
/* line 80, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row > div {
  width: 50%;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  height: 100%;
}
/* line 86, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row > div p {
  font-size: 15px;
}
/* line 89, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row > div img {
  width: 50px;
  height: auto;
}
/* line 95, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row .mobile-header {
  border-right: 1px solid #333;
  font-weight: bold;
  font-size: 16px;
}
/* line 100, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row .mobile-value {
  border-left: 1px solid #333;
  margin-left: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 108, ../scss/rwd-table.scss */
.rwd-table-container.mobile-table .mobile-row-section .mobile-row .mobile-value p:last-of-type {
  margin-bottom: 0 !important;
}
