.ddownload-button.button-blue {
  color: #ffffff !important;
	background-color: #0d72c7 !important;
  background-image: none !important;
  font-family: "Open Sans", Verdana, sans-serif !important;
  text-shadow: none !important;
  border: none !important;
}
.ddownload-button.button-blue:hover {
	background-color: #0062B9 !important;
}
#jp-relatedposts {
    display: none !important;
}
.nav-primary {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999;
}
.book-shadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.37);
}

.mbt-shadowbox-hidden {
  display: none;
}