body { margin:0px; padding:0px; background:#f6f6f6;}

/*.bookContainer, .fbTopBar { background:#353535 !important; }
.buttonBar, .pageBar { background:#009ee2 !important; }*/
.pageNumber input { border-radius:7px; min-width:50px; }

.floatPageButton { background:none !important; }


/* PNSD */

#ebook { width:100%; height:85%; }


#logos { width:100%; min-height:150px; height:auto; padding:20px 20px; box-sizing:border-box; background:#f6f6f6;  /*display: flex; align-items: center;*/ display:block; }
#pnsd { position:relative; float:right; margin-top:5px;}
#pnsd p { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#555; margin-top:0px; }
#pnsd img { width:auto; height:65px; max-width:320px; }
#edex { float:left; position:relative; margin-top:30px; }
#edex img { width:auto; height:40px; }


@media (min-width: 480px) and (max-width: 767px) { 

#ebook { width:100%; height:75%; }
	
	#logos { width:100%; min-height:90px; padding:10px 20px;}
	
	#pnsd { position:relative;  margin:0px auto; text-align:center;}
#edex {  position:relative; margin-top:20px; margin-bottom:20px; text-align:center; }
	
	#pnsd img { width:auto; height:45px; max-width:320px; }
#edex img { width:auto; height:35px; }

}


@media (max-width: 480px) {
	
	#ebook { width:100%; height:83%; }
	
	#logos { width:100%; min-height:115px;}
	
	#pnsd { position:relative;  margin:0px auto; text-align:center;}
#edex {  position:relative; margin-top:20px; margin-bottom:20px; text-align:center; }

#pnsd img { width:auto; height:45px; max-width:320px; }
#edex img { width:auto; height:35px; }
	
}