
* { box-sizing: border-box; }


article h3 {
  display: inline;
}
article p {
  column-count: 4;
  text-align: justify;
}
article p span {
  display: block;
  text-align: center;
  font-weight: bold;
}
article p span span {
  display: inline;
  text-transform: uppercase;
}
article p cite {
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em 0;
  margin: 1em 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  line-height: 1.5em;
}


article p date {
  display: block;
  font-style: italic;
  font-size: 12px;
  text-align: right;
  line-height: 1.5em;
}

article p intitle {
  display: block;
  margin: 1em 0;
  margin-bottom: 0.2em;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  line-height: 1.5em;
}




section#content:before  {
  content: "";
  display: block;
  width: 100%;
  height: 20px;

}
section#content:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #000;
  margin-bottom: 1em;

}

