a,
a:visited {
  color: rgb(0, 125, 186);
}

.android-subtext {
  margin: 20px 0;
}

.app-image-android-ios {
  content: url("/resources/assets/img/Android_iOS.png");
  height: 210px;
}

.app-image-hpx {
  content: url("/resources/assets/img/mobile_hpx.png");
  height: 210px;
}

.appstore-button {
  background-color: rgb(1, 113, 173);
  color: rgb(255, 255, 255);
  min-width: 180px;
}

.appstore-container {
  margin: 20px 0;
  text-align: center;
}

.availability-images {
  height: 32px;
  margin-top: 10px;
}

.availability-images img {
  height: 100%;
}

.availability-note {
  font-family: "HPSimplified123", sans-serif;
  margin: 10px;
  text-align: center;
}

.china-container {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
}

.china-container a {
  cursor: pointer;
  font-family: "HPSimplified123", sans-serif;
  font-size: 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.china-links-container > div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  margin: 20px 0;
}

.china-links-container.vertical > a {
  margin-bottom: 20px;
}

.china-links-container a:hover {
  text-decoration: underline;
}

.china-subtext {
  font-size: 14px;
}

.logo-container {
  margin: 20px 0;
  text-align: center;
}

.main > div {
  padding: 20px 30px;
}

ol.instructions li {
  font-size: 21px;
  min-height: 40px;
}

ol.instructions li::before {
  font-size: 44px;
  left: -40px;
  text-align: left;
  width: 40px;
}

ol.instructions li:not(:last-child) {
  margin-bottom: 20px;
}

.page-header {
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 20px;
  text-align: center;
}

#unsupported-header {
  font-size: 32px;
  line-height: 32px;
}

#unsupported-mobile-content {
  font-size: 20px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #unsupported-header {
    font-size: 50px;
    line-height: 55px;
  }

  #unsupported-mobile-content {
    font-size: 32px;
  }
}
