@media only all and (max-width: 700px) {
/* for 700px or less */
body {
	font-size: 80%;
	line-height: 1.3;
	-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;
	font-size: 0.8rem;
}

#title-block {
	bottom: 0;
	width: 100%;
} 

.logo {

	}

h1 {
	margin: 0px;
	line-height: 1.5;
	font-size: 1.1rem;
}

h2 {
	margin: 0px;
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: normal;
}

.hide {
	display: inline-block;
}

.hide_m {
	display: none;
}
}

.refnr {}

.apply {text-decoration: underline; color: blue;}
