
.hnypt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.info_content {
  line-height: 1.6em;
}

.info_content h1 {
  margin-top:10px;
  font-size: 26px;
}

.info_content h2 {
  background-color: #363636;
  padding: 5px 15px;
  color: var(--theme-highlight-color);
  text-transform: capitalize;
}

.info_content ol, .info_content ul {
  margin-left: 10px;
}

.info_content table,th,td {
  padding: 5px;
  border-collapse: collapse;
}

.faq_content {
  padding: 20px;
}

.faq_content h3 {
  font-size: 14px;
}

.static_content h3 {
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}

.static_content ul {
  margin: 0px 10px;
  padding: 10px;
}

.static_content nav {
  width:22%;
  box-sizing:border-box;
  display:block;
  position:fixed;
  overflow:auto;
  margin: 0 auto;
  padding: 20px;
}

.static_content nav h1 {
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  font-size: 21px;
}

#main {
  width:78%;
  box-sizing:border-box;
  display:block;
  margin-left:22%;
  background-color: #1D1D1D;
  padding:10px 20px 250px 20px;
  box-shadow:0px 0px 10px rgba(0,0,0,0.35) inset;
}

.static_content nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

.static_content nav ul > li + li {
  margin-top:10px;
}

.static_content nav ul > li > a {
  line-height: 1.2em;
  border:1px solid #6b6965;
  padding:15px;
  color:#D1D1D1;
  text-decoration:none;
  font-size:14px;
  background-color: #262626;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 64px;
}

.static_content nav ul > li > a:hover {
  background-color:var(--theme-highlight-color);
  color: #1D1D1D;
}

.static_content nav ul > li > a.active {
  border-color: var(--theme-highlight-color);
  color:#1D1D1D;
  background-color: var(--theme-highlight-color);
}

.static_content button {
  font-weight: bold;
  height: 26px;
}

.static_content button + button {
  margin-left: 20px;
}

#model_data {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #555;
}

#model_data td, #model_data th {
  border: 1px solid #555;
}

#model_data caption {
  background-color: #363636;
  font-weight: bold;
  padding:5px;
}

#model_data th {
  background-color: #5a5a5a;
}

#model_data tbody th {
  background-color: #3c3c3c;
  text-align: left;
}

#sources, #approach {
  list-style-type: none;
  margin:0;
  padding:0;
}
.sftp_access .center {
  text-align: center;
}
.sftp_access .bold {
  text-decoration: underline;
  font-size: 18px;
}
.sftp_access h2 {
  margin:0 0 15px 0;
}
.sftp_access dl dt {
  padding:5px 10px;
  clear:left;
  width:120px;
  float:left;
  background:var(--theme-gradient-3);
  margin-bottom:5px;
}

.sftp_access dl dd {
  padding:5px 10px;
  width: 250px;
  float:left;
  background: #4C4B48;
  margin-bottom:5px;
}

.sftp_access ul {
  list-style-type: disc;
  padding: revert;
}

.sftp_access .example {
  padding: 10px;
  margin: 20px 0;
  background:var(--theme-gradient-3);
}

.sftp_access .example code {
  display: block;
  background-color: var(--theme-gradient-1);
  padding: 5px 10px;
}

.sftp_access .example + .example {
  margin-top:15px;
}

.sftp_access .example h3 {
  margin:0 0 15px 0;
  background: #4c4b48;
  padding: 5px 10px;
}

.sftp_access .example img {
  padding-top:15px;
  display:block;
  max-width:1024px;
}

.profile-popout-details {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.35);
  background-color: var(--theme-gradient-3);
  border-color: #686965;
  text-align: left;
  position: absolute;
  z-index: 5002;
  width: 800px;
  right: 50px;
  top: 10px;
  padding: 20px;
  max-height: 615px;
  overflow-y: auto;
}
.profile-popout-details .profile_title_container {
  font-size: 20px;
  font-family: vaisala-sans-light, sans-serif;
}
.profile-popout-details .profile_container+.profile_container {
  margin-top: 10px;
}

.profile-popout-details .profile_title_container {
  font-size: 20px;
  font-family: vaisala-sans-light, sans-serif;
}

.profile-popout-details .profile_blurb_container {
  color: #bbb
}