.csvfile-formatter__mapped-cell {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.csvfile-formatter__mapped-row {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.csvfile-formatter__mapped-row > td {
  background-color: inherit !important;
  color: inherit;
}

.dt-column-order::before, .dt-column-order::after {
  opacity: 1 !important;
}

.field--name-field-top-20-revenue-growth .container {
    background-color: #357983;
    margin-top: 2rem;
    max-width: 1142px;
    margin-left: 15px;
    color: #fff;
    h2 {
      text-align: center;
    }
}

.field--name-field-top-20-revenue-growth .dt-layout-full:before {
  content:'Click on the highlighted arrow column headers to filter by that category';
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: "Montserrat", serif;
}