@charset "UTF-8";

.bookDisabled{
  background: #eee!important;
  cursor: not-allowed!important;
  color: #7b7b7b!important;
}
.bookDisabled:hover{
  color: #7b7b7b!important;
}
