@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
    .frame-outer {
      width: 100%;
      font-size: 0.9rem;
    }
   
    h1 {
      margin: 0px;
      line-height: 1.5;
      font-size: 1.3rem;
    }
   
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
 
}

.refnr {}

.apply {}
