﻿article#fullArticle dl dt {
  float: left;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 4px 9px;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.2em;
  border-radius: 50px;
  color: #fff;
  background: #F43;
  vertical-align: baseline;
  white-space: nowrap;
}
article#fullArticle dl dd {
  padding-top: 3px;
  margin: 0 0 5px 45px;
}
article#fullArticle dl dd::before, article#fullArticle dl dd::after {
  display: table;
  content: "";
  line-height: 0;
}
article#fullArticle dl dd::after {
  clear: both;
}
