/*
 * Custom overrides for BookReader Demo.
 */

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

a.logo {
	display: none;
}

#BRreturn {
	order: 0px solid red; 
	width: 100%;
	argin-left: 100px;
	left: 20px !important; 
	font-weight: bold; 
	adding-left: 2px; 
	position: relative; 
}
	
#BRreturn a, #BRreturn a.visited, #BRreturn a.link {
	text-decoration: none; 
	color: #444;
} 	

.share, .play, .info {
display: none; 
}