body {
	margin: 0;
}
.pageflip-container {
	padding-top: 1px;
}
.pf-page-container.pf-left-side {
	border-radius: 10px 0 0 10px;
}
.pf-page-container.pf-right-side {
	border-radius: 0 10px 10px 0;
}
#pf-dropshadow {
	border-radius: 20px;
}
#pf-stage {
	background: #141012;
}
.pf-left-side,
.pf-right-side,
.pf-thumbnail-spread,
.pf-thumbnail-page {
	background: rgb(86, 70, 78);
}
#pageflip-controls,
#pf-pagerin {
	color: rgba(255,255,255,0.5);
}
.pf-control-bar-button g,
.pf-control-bar-pager g {
	fill: rgba(255,255,255,0.5);
}
.pf-control-bar-button:not(.pf-disabled):hover g {
	fill: rgb(132, 215, 62);
}
#pageflip-controls {
	background: rgba(68,68,68,0.35);
}
.pf-hotspot {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
