/* 
  base 
  rgb(84, 185, 169)
  dark
  rgb(69, 154, 140)
*/

@import 'base.css';

.book .book-summary {
  background-color: rgb(52, 61, 128);
  box-shadow: inset -4px 0 0 rgb(42, 41, 118);
}

.book .book-summary ul.summary {
  background-color: rgb(52, 61, 128);
  box-shadow: inset -4px 0 0 rgb(42, 41, 118);
  background-image: url(icon-address_finder.png);
}

.book .book-summary ul.summary li a:hover,
.book .book-summary ul.summary li.active > a {
  background-color: rgb(86, 96, 173);
}

/*.book .book-body .page-wrapper div.page-inner {
    max-width: 1200px;
}*/