html {
  background-color: #f5f5f5;
}

body {
  background-color: #fff;
}

.mca-header {
  background-color: #3880ff;
  height: 50px;
  padding: 5px 20px;
}

.mca-header h1 {
  font-family: 'lato', helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding-top: 11px;
}

.mca-header h1 img {
  margin-top: -13px;
  margin-right: 20px;
}

.mca-navbar {
  border-left: none;
  border-right: none;
  margin-bottom: 0px;
  border-radius: 0;
}

.navbar-default .navbar-right > li {
  margin: 5px;
  border-radius: 5px;
  background-color: #ECEFF4;
}

.navbar-default .navbar-right > li > a {
  padding: 10px;
  color: #6A6A6A;
}

.angle-left {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAVklEQVQ4je3OIRJAUBSF4c+wFGsQKdYga6JgJbYpGWMkQdKEN88Mgr+e+59z+UkD7xokmGJGWqyo7sj143KOHUOMfNJhQfl6SY8ZxVWYBRSM2O588HEOBysN6QkdAyEAAAAASUVORK5CYII=);
  background-position: 1% 50%;
  padding-left: 10px;
}

.angle-right {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAASklEQVQ4je3MIQqAQBRAwTmM0SxY9BbmLWI0eHHBjYZNRst+UARfn8ffXS2myGBERopMBhxYXp9sONHU4B471sdxF8HXYK7FH6sAK18MOY2eBQsAAAAASUVORK5CYII=);
  background-position: 99% 50%;
  padding-right: 10px;
}

.mca-content {
  margin: 20px;
  min-height: 550px;
}

.title-content,
.chapter-content,
.part-content {
  font-weight: bold;
  font-size: 14pt;
}

.title-toc-content,
.chapter-toc-content,
.part-toc-content {
  margin-left: 0px;
}

@media (max-width: 765px) {
  .navbar-default .navbar-right > li {
    width: 150px;
  }
}

@media (max-width: 360px) {
  .container-fluid {
    padding-left: 10px;
  }

  .mca-header {
    padding: 10px 10px;
  }

  .mca-content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .title-toc-content,
  .chapter-toc-content,
  .part-toc-content {
    margin-left: 10px;
  }
}

.section-content {
  margin-top: 10px;
}

.history-content {
  margin-top: 40px;
}

.section-content .citation,
.history-content .header {
  font-weight: bold;
}

.mca-footer {
  width: 100%;
  background-color: #f5f5f5;
  border-top: solid 1px #ddd;
}

.mca-footer > .mca-footer-container {
  padding: 5px 5px 0 0;
  text-align: right;
}

.mca-footer > .mca-footer-container > p {
  font-size: 10pt;
}

.mca-footer > .mca-footer-container > p > img {
  height: 22px;
  vertical-align: baseline;
  margin-left: 5px;
  opacity: 0.6;
}

.breadcrumb {
  margin-bottom: 20px;
  border-radius: 0px;
  background: -webkit-linear-gradient(bottom, rgba(210,210,210,1), rgba(240,240,240,0.1)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(210,210,210,1), rgba(240,240,240,0.1)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(210,210,210,1), rgba(240,240,240,0.1)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(210,210,210,1), rgba(240,240,240,0.1)); /* Standard syntax (must be last) */
}

h1 {
  font-size: 30px;
  color: rgba(0,0,0,0.9);
}

h2 {
  font-size: 20px;
  color: rgba(0,0,0,0.8);
}

h3 {
  font-size: 15px;
  color: rgba(0,0,0,0.7);
}

h4 {
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}

.section-index-header h3 {
  margin-bottom: 2px;
}

.section-index-header h2 {
  margin-top: 0px;
}

.section-header h4 {
  margin-bottom: 2px;
}

.section-header h3 {
  margin: 0px;
}

.section-header h2 {
  margin: 2px 0 0 0;
}

.section-header h4 {
  margin-bottom: 2px;
}

.mca-content ul {
  list-style: none;
  padding-left: 0px;
}

.mca-content a {
  text-decoration: none;
  border-bottom: .08em solid rgba(0,0,0,.1);
}

.mca-content a:hover {
  border-bottom: .08em solid #D4A320;
}

.mca-content .reserved {
  color: #999999;
}

/* override bootstrap */
.navbar-brand {
  padding-top: 10px;
}

.breadcrumb>li {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  border-bottom: .08em solid #D4A320;
}

.catchline {
  font-weight: bold;
}

a {
  cursor: auto;
}

.text-underline {
  text-decoration: underline;
}

.superscript {
  vertical-align: super;
  font-size: smaller;
}

.navbar-inverse {
  border-top: solid 7px #D4A320;
}

a:hover, a:focus {
  color: #000000;
}

a {
  color:#070707;
  text-decoration: none;
}
@media print {
  a[href]:after {
    content: "";
  }
}