.page-header {
  background: #fff;
  height: 54px;
}
.page-header header {
  height: 54px;
  max-width: 640px;
  margin: 0 auto;
}
.page-header header.top {
  background-image: url("../img/drug.png");
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-position: center left 10px;
}
@media only screen and (max-width: 350px) {
  .page-header header.top {
    background-size: auto 26%;
    background-position: center left 5px;
  }
}
.page-header header.complete {
  background-image: url("../img/drug.png");
  background-repeat: no-repeat;
  background-size: auto 30%;
  background-position: center center;
}
@media only screen and (max-width: 350px) {
  .page-header header.complete {
    background-size: auto 26%;
    background-position: center center;
  }
}
.page-header header.complete h1 {
  display: none;
}
.page-header header h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 54px;
  margin: 0 !important;
  color: #1e44a6;
}
@media only screen and (max-width: 350px) {
  .page-header header h1 {
    font-size: 18px;
  }
}

main {
  max-width: 640px;
  margin: 0 auto;
}

.mts {
  margin-top: 16px;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.fss {
  font-size: 14px;
}

.mtss {
  margin-top: 8px;
}

.dsib {
  display: inline-block;
}/*# sourceMappingURL=web.css.map */