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

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

div.pdfemb-toolbar {
	padding: 0px;
	display: none;
	
    height: 36px; 
    background-color: grey; 
    z-index: 10;
    padding: 0px;
}

div.pdfemb-toolbar-top {

}

div.pdfemb-toolbar-bottom {
	position: relative;
	bottom: 34px;
	left: 0px;
	margin-bottom: -36px;
}

div.pdfemb-toolbar button {
	margin: 6px 0 0 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 span {
	margin: 6px 0 0 10px;
	height: 25px;
	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-block;
	color: lightgray;
}

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