h3 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
hr {
  margin: 6.5px 0px;
  padding: 0px;
}
hr.brief {
  padding: 17px;
  width: auto !important;
}
.brief-data {
  display: none;
}
p.brief-chart-title {
  color: #333333;
  font-size: 18px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  page-break-inside: avoid;
  flex: 1 1 450px;
}
p.brief-chart-source {
  color: #333333;
  font-size: 12px;
  line-height: 1.5em;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
.blog-item .entry-content.e-content .sqs-block.code-block.sqs-block-code {
  padding-top: 0;
  padding-bottom: 0;
}
div.brief-chart-instructions {
  color: #333333;
  font-size: 12px;
  text-align: center;
}
div.brief-chart-title {
  color: #333333;
  font-size: 18px;
  text-align: center;
}
table {
  page-break-inside: avoid;
}
img {
  page-break-inside: avoid;
}
span.fn {
  white-space: nowrap;
}
.fnText {
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
span.fn > a {
  vertical-align: super;
  font-size: 9px;
}
.call-out-box {
  background-color: #a9053366;
  padding: 50px;
  border: 5px solid black;
  margin-left: 80px;
  margin-right: 80px;
}
@media only screen and (max-width: 1100px) {
  .call-out-box {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
  }
}
.summary-box {
  padding: 15px;
  background-color: #ededed;
  border: 2px solid #bbbbbb;
  margin-bottom:25px;
  margin-top:0px
}
.author {
  font-style: italic;
  font-size: 1.15em;
}