.table-cell-header-dep {
  font-weight: 800 !important;
  background-color: #008A93;
  color: white !important
}

.table-cell-header-dep {
  font-weight: 800 !important;
  background-color: #008A93;
  color: white !important
}

/* For screens narrower than 600px (mobile): */
@media only screen and (max-width: 600px) {
  .desktop {
      display: none !important; /* Hide desktop div on mobile */
      -webkit-text-decoration: dashed;
              text-decoration: dashed;
  }
  .mobile {
      /* Mobile styles go here */
      display: block !important; /* Hide desktop div on mobile */
  }
}

@media only screen and (min-width: 600px) {
  .desktop {
      display: block !important; /* Hide desktop div on mobile */
  }
  .mobile {
      /* Mobile styles go here */
      display: none !important; /* Hide desktop div on mobile */
  }
}

/*# sourceMappingURL=main~9fa10dbc.8e28c5da.chunk.css.map*/