@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;
	margin:0px;
    }
.intro
{
position:inherit;
	top: auto !important;
	left: auto !important;
	width: 100% !important;
color: #009fe3;
margin-bottom:30px;
}
.logo
{
	position:inherit;
	bottom: auto;
	left:auto;
	width: 150px;
margin-bottom:20px;
margin-top:20px;
	
}
.content {
  padding: 1.1rem 3%;
	padding-left: 3%;
}
    .frame-outer {
	width: 100%;
	min-width:240px;
	margin:0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
      font-size: 0.7rem;
    }
    .box-left {
      width: 100%;
      padding: 0;
    }
    .box-right {
      width: 100%;
     padding: 0;
    }
    .flex {
      display: block;
    }
    .left,
    .right {
      width: 100%;
    }
    .left {
      margin-bottom: 1rem;
    }
    .hide {
      display: inline-block;
    }
    .hide_m {
      display: none;
    }
    .table {
      border-collapse: collapse;
      table-layout: fixed;
    }
    .cell-left,
    .cell-right {
      display: block;
      float: left;
      width: 100%;
      border: none;
      border-bottom: 1rem solid #fff;
    }
    .row {
      display: block;
      float: left;
      width: 100%;
    }
}

.refnr {}

.apply {}
