@charset "UTF-8";
/* CSS Document */

/* WRAPPER BODY */

#wrapperBody {
	text-align: center;
	min-width: 320px;
	max-width: 1300px;
	
min-height: 700px;
height: auto;
	
	float: none;
	margin: 0 auto;
}


/* Extends #wrapperBody */
/* - Learner Records, add this class to allow for height adjust responsivity 
	- !important, set to override the "height" settings in the id ..(above ^) */
.container_LR {
	height: 100% !important;
}	

/* Extends #wrapperBody */
/* - Slideshare Presentations, add this class to allow for height adjust responsivity 
	- !important, set to override the "height" settings in the id ..(above ^) */
.container_PR {
	min-height: auto !important;
}
