html,
body {
  background: #ffffff !important;
}

/* Keep page centered and narrow */
body > table,
body > div,
body > p,
body > h1,
body > h2,
body > h3,
body > center,
body > form {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* Hide the built-in THREDDS banner */
.banner,
div.banner,
#banner {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* Remove custom hero if present */
.hra-hero {
  display: none !important;
}

/* Remove pale blue "Catalog" strip */
.catalogTitle,
th[colspan],
td[colspan] {
  background: transparent !important;
  color: #053F53 !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Main listing table only */
table {
  width: 100% !important;
  border: 1px solid #d9e7ec !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
}

/* Column header row */
th {
  background: #053F53 !important;
  color: #ffffff !important;
  padding: 14px 16px !important;
  border: 0 !important;
  font-size: 15px !important;
}

/* Table body */
td {
  background: #ffffff !important;
  color: #053F53 !important;
  padding: 14px 16px !important;
  border-bottom: 1px solid #edf3f5 !important;
  font-size: 15px !important;
}

/* File links */
td a,
td a:visited,
td a:active {
  color: #053F53 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

/* Remove the gray block under the table */
table + div,
table + p {
  display: none !important;
}
