@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;
  }

    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }

  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
  .frame-outer {
    width: 100%;
    font-size: .9rem;
  }
  .content,
  .title-box,
  .footer {
    padding: 1rem 3%;
  }
  .flex {
    display: block;
  }
  .left,
  .right {
    width: 100%;
  }
  .left {
    margin-bottom: 1rem;
  }
  .button {
    position: inherit !important;
    top: 0  !important;
    right: 0  !important;
    margin-left: 3%;
    width: 9rem;
    margin-bottom: 1rem  !important;
  }
  .hide {
    display: inline-block;
  }
  .hide_m {
    display: none;
  }
}

.refnr {}

.apply {}
