/**
 * Override previous settings.
 *
 * Instead of importing the settings in this section, you can alter the
 * original code instead. The original code's location is above to each rule.
 */

/*
 * TABLE.t-data-grid THEAD TR TH
 * applicationstatus.css:157
 *
 * TABLE.t-data-grid TBODY TR TD
 * applicationstatus.css:165
 */
table.t-data-grid thead tr th,
table.t-data-grid tbody tr td {
  white-space: normal;
}

/*
 * a
 * newgtlds-styles-6.css:1405
 */
a {
  color: #2d76d0;
}

/*
 * stuff Jared added
 * @TODO: document where the original props are
 */

.download-links {
  position: absolute;
  top: 30px;
  right: 35px;
}

.download-links-mobile {
  top: 3em;
}

@media (min-width: 800px) {
  #content {
    margin-top: none;
  }
}

#content .general-search .submit input {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

#content .general-search .search-field {
    max-width: 100%;
  }

@media (min-width: 500px) {
  .general-search {
    margin-top: 0em;
  }
  #content .general-search .search-field {
    max-width: 40%;
  }
  #content .general-search .submit input {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 8px;
  }
  .download-links-mobile {
    top: auto;
  }
}

#content .footnotes {
  padding: 1.5em;
}