@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;
    }
    .bleft, .bright,
    .frame-outer {
	width: 100%;
	min-width:240px;
	margin:0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
      text-align: left;
      padding: 0;
    }
    .hide_m{
      display: none;
    }
    .flex{
      display: block;
    }
    .footer{
      padding-top: 1rem;
    }
}

.refnr {}

.apply {}
