@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 90%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    }
    .left, .right {
      width: 100%;
    }
    h1 {
      font-size: 1.5rem;
      line-height: 1.25;
    } .logo { margin-bottom: 0.75rem;  }
}

.refnr {}

.apply {}
