
div.pdfemb-viewer {
	overflow: scroll;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	position: relative;
}

div.pdfemb-loadingmsg {
	text-align: center;
	padding: 5px;
}

div.pdfemb-viewer canvas {
	
	top: 0px; 
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

div.pdfemb-toolbar {
	padding: 0px;
	margin: 0px;
	border: none;
	z-index: 10;
	 
    background-color: grey; 
    width: 100%;
    
    display: none;	
}

div.pdfemb-toolbar-top {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.pdfemb-toolbar-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div.pdfemb-toolbar button {
	margin: 6px 0 6px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 25px;
	font-family: sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	color: buttontext;
	background-color: buttonface;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	font-weight: normal;
	display: inline-block;
}

div.pdfemb-toolbar button.pdfemb-btndisabled {
	color: lightGray;
}

div.pdfemb-toolbar div {
	margin: 6px 0 6px 10px;
	font-family: sans-serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	font-weight: normal;
	display: inline;
	color: lightgray;
}

div.pdfemb-errormsg {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
