/* OVERRIDES OF SOME STYLES USED */

/* TOC tab */

h1.toc_title {
  padding: 0 0 0.313rem 0;
  color: #c0504d;
  font-size: large;
  font-weight: bolder;
  margin: 5px 0px 8px 6px;
}

/* Index tab */

label#idxmodelabel {
  font-size: small !important;
}

/* Search tab */

p#searchinstructions {
  font-size: small !important;
}

input.zoom_button {
  font-size: small !important;
}

span#zoom_results_per_page {
  font-size: small !important;
}

span#match-radio {
  font-size: small !important;    
}

/* Splitter between TOC <-> Topics frame (=> center icons) */

svg#toolbar_updown_close {
  margin: auto 0 auto 0.188rem;
}

svg#draghandleicon_l {
  margin: auto 0 auto 0.188rem;
}

/* Note box - OVERWRITE of custom Note style */

p.p_Note {
  margin: 20px;
  padding: 10px 10px 10px 50px;
  background: #fffbe1;
  background-image: url(../images/pencil.png);
  background-position: 10px center; /* alternatively replace center with 3px to align to the top */
  background-repeat: no-repeat;
  background-size: auto;
  /*background-origin: content-box;*/
}

/* Tip box - OVERWRITE of custom Tip style */

p.p_Tip {
  margin: 20px;
  padding: 10px 10px 10px 50px;
  background: #f1f1f1;
  background-image: url(../images/bulb.png);
  background-position: 10px center; /* alternatively replace center with 3px to align to the top */
  background-repeat: no-repeat;
  background-size: auto;
  /*background-origin: content-box;*/
}

/* Heading 4 Bullet - OVERWRITE of custom header style */

.p_Heading4Bullet {
  text-indent: 10px;
  background-image: url(../images/bullet.png);
  background-position: left 5px;
  background-repeat: no-repeat;
}

/* Image caption OVERWRITE */

span.f_ImageCaption {
  font-family: 'Segoe UI';
  font-size: 10pt;
  color: #707173;
}

div#imagecaptionbox p.zoomedcaption {
  font-style: italic;
  text-align: center;
}