#nwy_link {
  position: relative;
  /*top: 20px;*/
  top: -60px;
  /*right: -570px;*/
  right: -590px;
  background-color: lightgray;
  border: 2px solid gray;
  padding: 5px;
  width: 500px;
  text-align: center;
  font-size: 1.4em;
}
#nwy_link_container {
  width: 1070px;
  min-height: 70px;
  /*background: lightcyan;*/
  background: white;
}
#highlight_wy_link {
  color: red;
}
#summary_title {
  /*background-color: lightblue;*/
  color: blue;
  width: 700px;
  position: relative;
  left: 250px;
  font-size: 2.5em;
}
#summary_title_container {
  position: relative;
  top: -50px;
  width: 1070px;
  min-height: 50px;
  /*background: lightgreen;*/
  background: white;
}
#data_table {
  position:relative;
  top: -50px;
}
#ensemble_issue_dates_container {
  position:relative;
  top: -50px;
}

#title_table {
  width: 1070px;
  color: black;
  position:relative;
  top:-300px;
  z-index:1000;
}
