@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;
	margin:0px;
    }
    .frame-outer {
	width: 100%;
	min-width:240px;
	margin:0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    }
    .flex {
      display: block;
    }
    .header {
      width: 100%;
    }
    .header img {
      width: 6rem;
    }
    .content {
      width: 100%;
      border-bottom: 0rem solid #000;
    }
    .footer {
      position: static;
      background: #3F3F3F;
      padding: 1rem 1rem 0rem;
      width: auto;
    }
}

.refnr {}

.apply {}
