/**
 * plugins/generic/htmlArticleGalley/display.css
 *
 * Copyright (c) 2014-2017 Simon Fraser University
 * Copyright (c) 2003-2017 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Styles for embedded viewing of a HTML galley.
 */

html, body, #htmlContainer, iframe {
	height: auto;
	width: auto;
	overflow: auto;
	margin: auto;
}

iframe {
	padding-bottom: 0px;
	position: fixed;
}

html, body {
	overflow: auto;
	//margin: auto;
	
}

iframe {
	border: 0px;
	height: 85%;
	width: 100%;
	position: fixed;
}

.white {
 
  box-sizing    : border-box;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
 
  width: auto;
  box-shadow    : 0 0 0.5em #D0D3D4;
  background    : #fff;
 

}