@media only all and (max-width:780px) {

  /* for 700px or less */
  body {
    font-size: 90%;
    line-height: 1.5;
  }

  .frame-outer {
    width: 100%;
    font-size: 0.9rem;
  }

  .left,
  .right {
    width: 100%;
  }

  p {
    text-align: left;
  }

}

@media only all and (max-width:425px) {

  .logo {
    width: 12rem;
  }

}

.refnr {}

.apply {}
