#custable {
  clear: both;
  font-size: 12px;
  width: 100%;
  background-color: orange;
  text-align: center;
  padding: 1px;
}
.page-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: linear-gradient(to bottom, transparent, mistyrose),
    url(../../images/resources_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  opacity: 0.75;
}

table {
  border: 0px solid grey;
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
}

table td {
  color: #000;
  font-size: 0.85rem;
  border: 1px solid black;
}

table th,
thead > tr td,
table > tr td {
  border: 0px solid grey;
}

.mobile-table {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  table {
    font-size: 0.8rem;
  }
  table th {
    padding: 0rem 0.25rem;
  }
  table td {
    padding: 0rem 0.25rem;
    font-size: 0.85rem;
  }
  .navLinks .dropdown-menu {
    margin-left: -10px;
    max-width: 100%;
  }
  .dropdown-item {
    padding: 0.25rem 1rem;
  }
  .dropdown-menu.show {
    max-width: 100%;
    font-size: 0.8rem;
  }
}

@media print {
  table td {
    min-width: 30px !important;
  }
  .table-responsive {
    overflow-x: inherit !important;
  }
}

.container {
  font-size: 18px;
}

table {
  line-height: 1.7em;
}

.subpage-background {
  position: absolute !important;
  left: 0 !important;
  right: 8% !important;
  top: 0 !important;
  bottom: 0 !important;
  background-color: #ffffff !important;
  z-index: 0 !important;
}

table tr td:first-child {
  border-radius: 10px 0 0 0;
}

table tr:last-child > th {
  border-radius: 0 0 0 10px;
}

table > tr th:nth-child(9) {
  border-radius: 0 10px 0 0;
}

table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

.table-header { 
    background-color: #f3ccab; 
}

.table-row-even { 
    background-color: #feebd6; 
}

.table-row-odd { 
    background-color: #ffffff; 
}

.table-gradient-header { 
    background: linear-gradient(180deg,rgb(248 237 219),rgb(255 212 184))!important;
    color: #000;
}

.table-cell-center { 
    text-align: center; 
}

.table-cell-nowrap { 
    white-space: nowrap; 
}

.table-cell-disabled { 
    background-color: #dadada; 
}

.table-cell-disabled-dark { 
    background-color: #a6a6a6; 
}

.col-width-12 { 
    width: 12%; 
}

.col-width-10 { 
    width: 10%; 
}

.col-width-9 { 
    width: 9%; 
}

.col-width-8 { 
    width: 8%; 
}

.col-width-6 { 
    width: 6%; 
}

.col-width-5 { 
    width: 5%; 
}
