.jqmWindow {
    display: none;   
    position: fixed;
    overflow: scroll !important;
    top: 1%;
    left: 5%;
    right: 5%;
    margin: 0% auto;
    min-width: 600px;
    max-width: 1200px;   
/*    height: 800px;   */
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
	overflow: scroll !important;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.personimg { display: block; float: left; width: 120px; height: 180px; margin-right: 10px; margin-top: 15px;}
/*img.fl { display: block; float: left; width: 120px; height: 180px; margin-right: 10px; margin-top: 15px;}*/

p.desctext, ol.desclist > li  {
	text-align: left !important;
}
.centering {
	text-align: center !important;
}

@media all and (max-width: 992px) {
	.jqmWindow {
		display: none;   
		position: fixed;
		overflow: scroll !important;
		top: 0%;
		left: 0%;
		right: 0%;
		margin: 1% auto;
		min-width: 100% !important;
		max-width: 100% !important;
		height: 100% !important;
		background-color: #EEE;
		color: #333;
		border: 1px solid black;
		padding: 10px;
	}

.personimg { display: block; float: left; width: 80px !important; height: 120px !important; margin-right: 5px; margin-top: 15px;}

p.desctext, ol.desclist > li  { font-size: 12px !important; }
h3 { font-size: 16px !important; }
h4 { font-size: 14px !important; }

}
