/* Main styles and setting for wide desktop windows */

/* Global Help Wrapper Settings */
div#helpwrapper { 
   position: fixed;
   display: none; 
	background-color: #777777; 
	padding: 0; margin: 0;
	overflow: hidden;
   z-index: 10000;
   }
iframe#hmhelp {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 3px solid #777777;
}


/* Desktop Layout -- Larger Tablets and Everything Above */

@media screen and (min-device-width: 1025px) { 
   div#helpwrapper { 
   bottom: 20px; left: 20px; right: 20px;
   min-width: 400px;
   height: 500px;  
   }
}