.d-none{
  display: none;
}
.banner__bg-image img {
  transform: scaleX(-1);
}

.generic-card {
  border: 0;
  font-size: 14px !important;
  font-family: din-medium;
  color: #808080
}
.generic-card__body {
    padding-top: 3rem;
}
.generic-card__title{
  font-size: 20px;
  font-family: din-medium;
  color: black
}

.generic-card__links a {
  cursor: pointer;
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a53be;
  text-transform: uppercase;
  border: none;
  transition: all .2s ease-in;
  width: 155px;
  text-align: center;
  font-size: 12px;
  height: 40px;
  border-radius: 0;
  text-decoration: none;
  padding: 15px 0;
  font-weight: 400 !important;
  font-family: din-medium !important;
}

.select-filter-container {
  display: flex;
  font-size: 14px;
  color: rgb(128, 128, 128);
  font-family: din-medium;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.select-filter-container select {
  color: #838383;
  cursor: pointer;
  font-size: 13px;
  height: 33px;
  line-height: 30px;
  min-width: 160px;
  outline: none;
  padding-left: 0;
  padding-top: 3px;
  position: relative;
  text-align: left;
  width: 11%;
  border: 1px solid #f1f1f1;
}

@media (max-width:500px) {
  .select-filter-container {
    flex-direction: column;
    gap: 10px;
    margin: 30px 0;
  }
  .select-filter-container select {
    width: 100%;
  }
  table#table-fillings{
    width: 100%;
  }
}

@media (min-width:501px) {
  table#table-fillings
  {
    width: 80%;
  }
}
table#table-fillings>* {
  color: rgb(96, 98, 102) !important;
  font-family: din-regular;
}

table#table-fillings th {
  background-color: #F3F3F3;
  color: #292929;
  text-transform: uppercase;
  border: 1px solid #DADADA;
  font-family: din-black;
  font-size: 11px;
  padding: 4px 16px;
  vertical-align: middle;
  height: 40px;
}

table#table-fillings td {
  color: #838383;
  text-transform: uppercase;
  border-bottom: 1px solid #DADADA;
  font-family: din-regular;
  font-size: 13px;
  line-height: 21px;
  font-weight: bold;
  padding: .75rem;
  vertical-align: middle;
}

table#table-fillings a {
  text-decoration: none;
  color: rgb(96, 98, 102) !important;
}

#table-fillings span.alt-title,
#table-fillings span.hidden,
#table-fillings a.filing-link-all-files,
#table-fillings th.main-table__header_index--3,
#table-fillings tr td:nth-child(4) {
  display: none;
}