/*
 * Custom overrides for BookReader Demo.
 */

/* Hide print and embed functionality */
#BRtoolbar .embed, .print {
    display: none;
}

#BRcontainer {
	padding-top: 40px;
	padding-bottom: 40px;
}