.title{
  text-align: center;
}

.appSection{
   position: fixed;
   right: 30px;
   bottom: 0;
   width: 10%;
   background-color: #0B4778;
   color: #ffffff;
   text-align: center;
   border-top: 2mm ridge rgba(180, 180, 180, .6);
}

.TopLeft{
  font-weight: bold !important;
}

.book-summary{
  background: #0B4778 !important;
}

.book-summary a{
  color:  #ffffff !important;
}

.active>a{
  color:  #000000 !important;
  background: #ffffff !important;
}

p{
  text-align: justify;
}

.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

.rmdcomment {
     background-color: #f0f7fb;
     background-image: url(Pencil-48.png);
     background-position: 9px 0;
     background-repeat: no-repeat;
     border-left: solid 4px #3498db;
     line-height: 1.7;
     overflow: hidden;
     padding: 15px 60px;
     margin: 15px;
}

.rmdimportant {
     background-color: #f9e7e6;
     background-image: url(Warning-Message-48.png);
     background-position: 9px 0;
     background-repeat: no-repeat;
     border-left: solid 4px #b93a29;
     line-height: 1.7;
     overflow: hidden;
     padding: 15px 60px;
     margin: 15px;
}

.rmdexplain {
     background-color: #fffbea;
     background-image: url(Bulb-icon-48.png);
     background-position: 9px 0;
     background-repeat: no-repeat;
     border-left: solid 4px #f0c411;
     line-height: 1.7;
     overflow: hidden;
     padding: 15px 60px;
     margin: 15px;
}

.rmdboxquote{
     background-color: #eeeeee;
     background-image: url(Quotation-Marks-24.png);
     background-position: 9px 0;
     background-repeat: no-repeat;
     border-left: solid 4px #888888;
     line-height: 1.7;
     overflow: hidden;
     padding: 15px 60px;
     margin: 15px;
     font-style: italic;
}

.inLnBtn{
  white-space: nowrap;
  display: inline;
  position: relative;
  width: auto;
  font: 14px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #000000;
  margin: 0px 2px;
  padding: 6px 6px 6px 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  border-radius: 4px;
}

.button a{
  color: #000000;
}


