@charset "UTF-8";


/* Scroll Specific */
#scrollGrab { height: 30%; }


/* n1 */
.n1 { text-align: justify; }


/* n2 */
.quadWrapper {
	overflow: hidden;
	position: absolute;
	width: 50%; height: 50%;
	font-size: 11px;
}
.quadWrapper.top { top: 0; padding-top: 60px; }
.quadWrapper.bottom { bottom: 0; padding-top: 20px; }
.quadWrapper.left { left: 0; padding-left: 50px; padding-right: 20px; }
.quadWrapper.right { right: 0; padding-right: 30px; padding-left: 20px; }

.quadWrapper>.title {
	font-weight: bold; font-size: 13px;
}


/* n3 */
.n3 {
	padding: 0 20px 0 20px;
}

.n3>img {
	position: relative;
	top: 15%;
	width: 100%;
}
