﻿body {
}

.header {
  background-color: #f8f9fb;
}

.preappheader {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fb;
  max-width: 1100px;
  margin: 0 auto;
  width: 850px;
}

.main-content {
  background-color: #f8f9fb;
  border: none;
  overflow: auto !important;
}

.preapptitle {
  text-align: left;
  font-family: Nunito;
  font-size: 2em;
}

.preapplogo {
  text-align: right;
  font-family: Nunito;
  font-size: 1.2em;
}

  .preapplogo > * {
    vertical-align: middle;
  }

.myHSLogo {
  max-width: 200px;
  max-height: 20px;
  cursor: pointer;
}

  .myHSLogo:hover {
    opacity: .65;
  }

.preappinstruction {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fb;
  max-width: 1100px;
  margin: 0 auto;
  width: 850px;
  font-family: Nunito;
}

@media screen and (min-width: 1024px) {
}

@media all and (min-width: 768px) and (max-width: 1024px) {
}

@media all and (min-width: 320px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .preapptitle {
    font-size: 1.2em;
  }
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .preapptitle {
    font-size: 1.2em;
  }
}
