.openseadragon {
	border: 1px solid black; border-image: none; width: 100%; height: calc(100% - 3em); color: rgb(51, 51, 51); background-color: black;
}
.openseadragon-bubun { float:left;
	border: 1px solid black; border-image: none; width: calc( 100% - 20% ); height: calc(100% - 3em); color: rgb(51, 51, 51); background-color: black;  margin-top:14px;
}
.front-page.openseadragon {
	height: 586px;
}
.openseadragon-small {
	border: 1px solid black; border-image: none; width: 100px; height: 80px; color: rgb(51, 51, 51); background-color: black;
}
.demoheading {
	padding: 0px 0px 0.2em 1em; color: rgb(67, 122, 178);
}
.toolbar {
	padding: 4px; border: currentColor; border-image: none; width: 800px; height: 33px; color: rgb(51, 51, 51); background-color: transparent;
}
.fullpage.toolbar {
	border: currentColor; border-image: none; left: 0px; top: 0px; width: 100%; position: fixed; z-index: 999999; background-color: rgb(204, 204, 204);
}