abbr, abbr[title] {
  border-bottom: none; /* sonst ist überall JSG unterstrichen, was den Text unruhig macht */
}


/* active TOC links */
.book .book-summary ul.summary li.active>a {
  border-left: solid 4px;
  border-color: #6baed6; /* gleiche Farbe wie in Diagrammen */
  padding-left: 11px !important;
}

/* Toolbar entfernen */
/* div.book-header { */
/*   display:none; */
/* } */

/* Boxen für Zusammenfassungspunke. :::zusammenfassungpunkte ... ::: in Rmd. */
div.zusammenfassungpunkte {
  padding: 1em;
  margin: 2em 0;
  padding-left: 120px;
  background-image: url("images/owl.png");
  background-size: 103px 100px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  min-height: 110px;
  color: #08519c; /* gleiche Farbe wie in Diagrammen */
  background-color: #9ECAE1; /* gleiche Farbe wie in Diagrammen */
  border: solid 1px #08519c;
  border-radius: 10px;
}

/* Boxen zur Hervorhebung. :::boxtest ... ::: in Rmd. */
div.boxtest {
  padding: 1em;
  margin: 1em 0;
  padding-left: 100px;
  background-size: 70px;
  background-repeat: no-repeat;
  background-position: 15px center;
  min-height: 120px;
  color: #1f5386;
  background-color: #bed3ec;
  border: solid 5px #dfedff;
}

/* div.boxtest { */
/*   background-image: url("../images/Your-turn.png"); */
/* } */

div.figure p.caption { /* , table caption*/
  width:90%;
  margin-left:auto;
  margin-right:auto;
  color:#777;
}

.gt_table {
  margin-left:auto;
  margin-right:auto;
}

.gt_table caption {
  color:#777;
}
