body.html {
  width: 100%;
  margin: 0;
}
body.html,
* {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  word-wrap: break-word;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1,
h1 * {
  text-align: center;
  margin-top: revert !important;
  font-family: Source Sans Pro, sans-serif;
  /* font-family: Times Roman; */
}
h2,
h3,
h4,
h5,
h6,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  margin-top: revert !important;
  font-family: Source Sans Pro, sans-serif;
}
.box h5 {
  margin-top: 10px !important;
}
a,
a:hover {
  color: #4a9843;
}
a.h4 {
  color: black;
  vertical-align: bottom;
}
.navbar {
  padding: 0 1rem !important;
}
.nav-link {
  font-family: Source Sans Pro, sans-serif;
  font-variant: small-caps;
  font-size: 20px;
  color: #4a9843 !important;
}
.nav-link.disabled {
  color: #999999 !important;
}
#coffeecup {
  height: 35px !important;
  width: 35px !important;
  background-color: darkseagreen !important;
  border-radius: 15px !important;
  margin: 10px !important;
  padding: 5px !important;
}
.noteref {
  cursor: pointer;
  color: #4a9843;
}
.popover-body {
  background-color: lemonchiffon;
  box-shadow: 0px 0px 10px #aaa;
  border-radius: 8px;
}
.date {
  font-weight: normal;
}
.fab {
  font-size: 1.25em;
}
.fa-twitter {
  color: #00acee;
}
.fa-facebook {
  color: #3b5998;
}
.comptable > tbody > tr:nth-child(odd) > td {
  background-color: #ccffcc;
}
.comptable > tbody > tr:nth-child(even) > td {
  background-color: #ffffdd;
}
.comptable-year {
  background-color: #f0f0f0 !important;
}
.summary {
  border: none !important;
}
.toc_summary {
  cursor: pointer;
}
.toc_summary:hover {
  border: solid 2px #cce0e0 !important;
}
.summary_icon {
  color: olivedrab;
}
.title {
  padding: 5px 0 0 0;
}
.title-block {
  display: none;
}
.sumexp {
  font-weight: bold;
}
.sumexp:hover {
  text-decoration: none;
}
.box {
  border: solid 1px #aaaaaa;
  background-color: mintcream;
  padding: 5px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.spacer {
  height: 50px;
}
.mini-spacer {
  height: 20px;
}
.toc {
  padding: 0 1em 0 1em;
}
.toc ul {
  margin-left: 0;
  list-style-type: none;
}
.toc li {
  margin-left: 0;
  list-style-type: none;
}
.toc hr {
  background-color: lightgreen;
  height: 1px;
}
.toc h5 {
  margin-top: 1em !important;
}
.toc hr {
  margin-top: 0 !important;
}
.pointer {
  cursor: pointer;
}
.row .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row .display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#site-header-spacer {
  height: 100px;
}
#site-header {
  background-color: white;
  border-bottom: solid 1px black;
}
#site-logo-image {
  vertical-align: inherit !important;
}
#site-logo-text {
  vertical-align: inherit !important;
  line-height: 1;
  font-size: 50px;
  color: #d50000;
}
#site-banner {
  height: 80px;
  width: 100%;
  background-color: lightGreen;
  border-bottom: solid 1px black;
}
#site-body {
  min-height: calc(100% - 170px);
  padding: 10px;
}
#site-footer {
  border-top: solid 1px #dddddd;
  padding: 5px 10px 5px 10px;
}
#site-footer,
#site-footer * {
  font-size: smallest !important;
}
#error {
  background-color: bisque;
  padding: 1.5em;
  box-shadow: 0px 0px 10px #aaa;
  border-radius: 8px;
}
.topic-legend {
  padding: 10px;
}
.toolform {
  background-color: mintcream;
  border: solid 1px #aaaaaa;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.btn {
  margin-right: 5px;
  border-radius: 24px;
}
.btn-link {
  color: #4a9843 !important;
}
.btn-success,
.btn-success:hover {
  background-color: #4a9843 !important;
}
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
  background-color: #999999 !important;
  border-color: #4a9843 !important;
}
.text-bubble {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 200px;
  margin-bottom: 10px;
  font-size: 35px;
  background-color: #cec;
  color: #333;
  border: solid 2px transparent;
  box-shadow: 0px 0px 10px #aaa;
}
.text-bubble:hover {
  text-decoration: none;
  color: black;
  box-shadow: 0px 5px 10px #aaa;
}
.bg-transparent,
.text-bubble-transparent {
  background-color: transparent !important;
}
.bg-yellow,
.text-bubble-yellow {
  background-color: #ffff88 !important;
}
.bg-blue,
.text-bubble-blue {
  background-color: lightsteelblue !important;
}
.bg-pink,
.text-bubble-pink {
  background-color: lightsalmon !important;
}
.bg-green,
.text-bubble-green {
  background-color: #b7dab2 !important;
}
.bg-thistle,
.text-bubble-thistle {
  background-color: #fceeea !important;
}
.bg-wheat,
.text-bubble-wheat {
  background-color: wheat !important;
}
.bg-linen,
.text-bubble-linen {
  background-color: linen !important;
}
th {
  vertical-align: middle !important;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}
.report-table {
  line-height: 1;
  width: 100%;
}
#report-modal-body {
  overflow-x: scroll !important;
}
#to-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  vertical-align: text-top;
  z-index: 99;
}
.gutter-row {
  line-height: 0.75;
}
.invest-profile-section {
  background-color: lightGray;
  text-align: center;
  font-variant: small-caps;
}
.right-border {
  border-right: solid 1px black !important;
}
.bottom-border {
  border-bottom: solid 1px black !important;
}
.month-0 {
  background-color: rgba(0, 0, 0, 0.05);
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-condensed label {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 0.5rem !important;
}
.bmc-btn {
  margin: 10px !important;
  height: 40px !important;
}
fieldset {
  margin: 10px !important;
  padding: 10px !important;
  border: solid 1px black;
  background-color: white;
}
fieldset > legend {
  width: inherit !important;
  padding-left: inherit !important;
  padding-right: inherit !important;
  margin-bottom: inherit !important;
}
.invest-table {
  padding-top: 30px;
}
.debt-table {
  border-bottom: solid 1px green;
  padding-top: 30px;
  margin-bottom: 10px;
}
.radio-inline {
  margin-right: 1em;
}
.tagline {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 1em;
}
.sample-output {
  border: solid 1px #ddd;
  padding: 10px;
  background-color: mintcream;
}
.img-responsive {
  width: 100% !important;
  border-radius: 10px;
}
@media only screen {
  .modal-lg {
    width: 1200px !important;
    max-width: 1600px !important;
  }
}
@media screen {
  #printSection {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  body,
  html,
  * {
    font-size: revert;
  }
}
@media print {
  .repeat-header {
    display: none;
  }
  body * {
    visibility: hidden;
  }
  #printSection,
  #printSection * {
    visibility: visible;
    overflow: visible !important;
    font-size: 15px;
  }
  #printSection table {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
    page-break-inside: avoid;
  }
  #printSection th,
  #printSection td {
    border: solid #000 !important;
    border-width: 0 1px 1px 0 !important;
  }
  #printSection {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }
}
.fab.fa-x-twitter {
  font-family: sans-serif !important;
}
.fab.fa-x-twitter::before {
  content: "𝕏" !important;
  font-weight: bold;
  color: black !important;
}
.fab.fa-x-square-twitter {
  font-family: sans-serif !important;
}
.fab.fa-x-square-twitter::before {
  content: "𝕏" !important;
  padding: 2px 2px 0 2px;
  border-radius: 5px;
  background-color: black !important;
  color: white !important;
}
