.offline-options {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10vh;
  height: 80vh;
}

.more-options-header {
  display: block;
  font-family: "NotoSans-Regular", "Arial", sans-serif;
  padding: 2%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.more-options-subheader {
  display: block;
  font-style: italic;
  font-family: "NotoSans-Regular", "Arial", sans-serif;
  margin-top: 5px;
  padding-top: 0%;
  margin-bottom: 1%;
}

.options-list {
  display: block;
  margin-top: 1%;
  margin-bottom: 3%;
  max-width: 500px;
}

.container-fluid {
  min-height: 91% !important;
}

body {
  padding-bottom: 0 !important;
}

li {
  padding: 2%;
  font-family: "NotoSans-Regular", "Arial", sans-serif;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ CSS styles go here */
  .helpHome {
    margin-left: 40%;
    margin-right: 0px;
  }
}

.home-button {
  border: none;
  background-color: #005776;
  height: 4rem;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 32px;
  padding-right: 32px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  font-size: 0.75rem;
  min-height: 35px;
}

.home-button a:visited,
.home-button a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.home-button a::before {
  color: #fff;
  font-size: 0.75rem;
  padding: 0 5px 0 0;
  vertical-align: text-top;
}

.home-button a {
  color: #ffffff;
  font-size: 1.2rem;
}

.view-online-link {
  color: #337ab7;
}

.view-online-link:hover {
  cursor: pointer;
  color: #23527c;
  text-decoration: underline;
}

#ok-button {
  width: 75px;
}

#modal-text {
  padding-top: 14%;
}

#offline-modal {
  max-height: 120px;
  min-height: 120px;
  min-width: 210px;
  max-width: 210px;
}

body.dark-theme .offline-options {
  color: #f4f4f4
}
