body {
    margin: 0;
    padding: 0;
  }
  body, p, h1, h2, h3, h4, h5, h6, ul, li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-weight: normal;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 14pt;
  }

  h3 {
    font-size: 12pt;
  }

  a:any-link {
    text-decoration: none;
  }

  a:any-link::after {
    content: " [" attr(href) "] ";
    color: #9f9f9f
  }
  
  header, footer, nav, aside, form, iframe, script {
    display: none;
  }
header, .primary-nav-wrap, #secondary-nav, .secondary-nav-wrap, .navbar-secondary-content, .navbar-toggle  {
   display: none;
}
footer.rwd3-footer-container {
   display: none;
}
.page-title {
   background: none;
   color: #000;
   padding: 0;
}
.accordionButton {
    color: #000;
    border-bottom: 1px solid #000;
    background-color: #ececec;
}
#sidebar {
  display: block;
  width: 100%;
}
#sidebar .inner {
    border: none;
}
.col-lg-9.col-md-8 {
  width: 100%;
}
.page-break {
 page-break-after: always;
}


.col-lg-9.col-md-8 {
  font-size: small;
}
p, li {
  line-height: 1rem;
}
.table > :not(caption) > * > *  {
  padding: .2rem;
}

.main-body.row {
  display: block;
}
div.col-lg-9 {
  width: 100%;
}

.extra-gradient {
    padding: 0;
    background-color: #fff;
}
.news-widget {
    display: none;
}
div.embed-container > iframe {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    display: inline-block;
}

div.embed-container {
    width: 200px;
    height: 120px;
    padding: 0;
}
a.btn.btn-default {
    text-transform:unset;
    letter-spacing:unset;
}
img, img.img-responsive {
    max-width: 400px;
}
.floatl.block3 {
    max-width: 200px;
}