.book .book header h1 {
  opacity: 1;
  text-align: left;
}

#header .title {
  margin-bottom: 0EM;
}
#header h4.author {
  margin: 0;
  color: #666;
}
#header h4.author em {
  font-style: normal;
}

.book.font-family-0 {
  font-family: 'Droid Serif', Georgia, serif;
}
.book.font-family-1 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.book-body p.caption {
  color: #333333;
  background-color: #eeeeee;
  padding-left: 20px;
  font-size: 10pt;
  border-radius:10px;
}

h1, h2, h3 {
  color: #3b556e;
}

a {
color: #3b556e;
}

dt {
  color: #3b556e;
}

dd {
  margin-bottom: 12px;
  margin-left: 20px;
  padding-left: 20px;
}

.book-body table {
  background-color: #eeeeee;
  border: 1px;
  margin:auto;
  border-radius:10px;
  padding:5px 5px 5px 5px;
}

.book .book-body .page-wrapper .page-inner section.normal table td {
/*  font-family: "Droid Sans",Arial,Sans;*/
  background-color:#eeeeee;
  color: black;
  font-size: 11pt;
  border:1px;
  height: 5px;
  padding: 1px;
  text-align:center;
  cellpadding="0";
  cellspacing="0";
  text-shadow: none;
}

.book .book-body .page-wrapper .page-inner section.normal th {
  background: #3b556e;
  font-weight: bold;
  color: white;
  text-align: center;
}

.book .book-body .page-wrapper .page-inner section.normal blockquote {
  quotes: none;
  text-shadow: none;
  background: #99afc4;
  padding:  7px 20px 1px 20px;
  color: #333333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.book .book-body .page-wrapper .page-inner section.normal pre {
    background: #eeeeee;
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 5px 0px;
}


ol {
  -webkit-padding-start: 0px;
}

.book .book-summary {
  background-color: #3b556e;
}

.book .book-summary ul.summary li a {
  padding: 5px 5px 5px 5px;
  color: #ffffff;
}

.book .book-summary ul.summary li.active>a {
  color: #ffffff;
}

.book .book-summary ul.summary li a:hover {
  background-color: #ffffff;
  color: #3b556e;
  font-weight: bold;
  border-radius:10px;
}

.book .bg-success { background-color: red; color: green;}

a.tooltip span {
       z-index:10;
       display:none;
       padding:10px 10px;
       width:30%;
       line-height:16px;
       border-radius:10px;
}

a.tooltip:hover span {
       display:inline;
       position:absolute;
       
       color:#ffffff;
       background:#3b556e;
}

.blackbox {
  padding: 0.25em;
  background: #F5F5F5;
  color: black;
  border: 2px solid orange;
  border-radius: 10px;
}

.blackboxvideo {
  padding: 0.25em;
  background: #F7f6f1;
  color: black;
  border: 2px solid green;
  border-radius: 10px;
}
.center {
  text-align: center;
}

.mathjax-tiny {
  font-size: 9px; /* Smaller than tiny */
}

.no-number::before {
  content: none !important;
}

