/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
.inventory-block h2 {
  margin-bottom: 16px;
}
.inventory-block #table-container {
  position: relative;
}
.inventory-block #table-container:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  content: "";
  pointer-events: none;
  background: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4 90%);
  z-index: 1;
  display: inline-block;
}
.inventory-block #table-container .footnotes {
  padding-right: 50px;
  font-family: "Overpass";
  color: #122655;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 143% !important;
  /* or 20px */
  padding-top: 10px;
}
.inventory-block .table-scroll {
  padding-right: 20px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.inventory-block .table-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.inventory-block table {
  white-space: nowrap;
}
.inventory-block table thead th,
.inventory-block table thead td {
  font-family: "Overpass";
  color: #122655;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 143% !important;
  /* or 20px */
  font-weight: 700 !important;
}
.inventory-block table tbody tr:nth-child(odd) th,
.inventory-block table tbody tr:nth-child(odd) td {
  background-color: rgba(215, 215, 215, 0.3);
}
.inventory-block table th,
.inventory-block table td {
  padding: 8px 0px;
  padding-right: 16px;
}
.inventory-block table th:first-child,
.inventory-block table td:first-child {
  padding-left: 16px;
}/*# sourceMappingURL=inventory.css.map */