#book-body {
	background-color: #ffffff;
}
.my-custom-btn {
	background-color: #428bca;
	border-color: #357ebd;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.book-font-weight-light {
	font-weight: 200;
}
.book-font-weight-normal {
	font-weight: 300;
}
.book-font-weight-bold {
	font-weight: 400;
}
