#fishCounts, #estimates, #inseasonSummary {
  padding-top: 10px;
}

#title {
  width: 18em;
}

#priorLink {
  position: absolute;
  top: 30px;
  left: 490px;
  z-index: 5;
  padding: 0 10px;
  margin-right: 15px;
  background-color: lightgrey;
  border-radius: 5px;
}

.kenaiChart h4 {
  text-align: center;
}

.chartCaption p {
  width: 700px;
  padding: 10px;
  margin: 10px;
  background-color: lightgrey;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.chartBody {
}

.KenaiSummaryDataTable td {
  text-align: center;
}

#catchEffort {
  margin-top: 20px;
}

#clickHeader {
  text-align: center;
  background-color: cadetblue;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 0px;
  /* Initially hide if JS is off*/
  display: none;
}

#DIDSONTable {
  /* Initially displayed if JS is off */
  display: table;
  width: 100%;
  height: 1px;
  margin-top: 0px;
}

#DIDSONTableContainer {
  background-color: cadetblue;
}

