@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%;
  }
  .header {
    padding: 1rem;
  }

  .content {
    padding: 1rem 1rem 0;
    background-size: contain;
  }

  .footer {
    padding: 1rem 1rem 1rem;
    background-size: contain;
  }

  .header br,
  .content br,
  .footer p:nth-of-type(1) br,
  .footer p:nth-of-type(2) br,.icon {
    display: none;
  }

}

.refnr {}

.apply {}
