div.form-item-book-weight {
  /* Hide Book 'Weight' form element in all contexts */
  display: none;
}
button.button.button-action {
  border: none;
  border-color: #1e5c90;
  background-color: #0071b8;
  background-image: -webkit-linear-gradient(top,#007bc6,#0071b8);
  background-image: linear-gradient(to bottom,#007bc6,#0071b8);
  color: #fff;
  text-shadow: 0 1px hsla(0,0%,0%,0.5);
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: 1em 0;
  text-shadow: none;
}
button.button.button-action a {
  color: white;
  text-decoration: none;
}
#block-bartik-powered {
  display: none;
}
#block-red-branding .site-branding__logo, #block-green-branding .site-branding__logo {
  display: none;
}

/** Hide display of listing of book pages titles at the bottom of the page **/
article div.node__content nav[role="navigation"] ul {
display:none;
}
/** But unhide previous/next navivation links at bottom of page **/
article div.node__content nav[role="navigation"] ul.book-traversal__list {
display:initial;
}
article div.node__content nav[role="navigation"] ul.book-traversal__list li {
  display: inline-block;
  /*font-size: 0.9em;*/
}
