div.article
> div.content {
  text-align: justify; }
  div.article
> div.content
p {
    margin: 1.3em 0px; }
    div.article
> div.content
p:first-child {
      margin-top: 0; }
  div.article
> div.content
div.figure {
    text-align: center;
    margin: 20px 0px; }
    div.article
> div.content
div.figure
> div.caption {
      width: 70%;
      font-style: italic;
      font-size: 80%;
      margin: 0px auto; }

div.article
div.metadata {
  font-size: 80%;
  padding: 12.5px 25px;
  background: #9E8361;
  color: #DDD3C7; }
  div.article
div.metadata
div.date {
    margin-bottom: 5px; }
  div.article
div.metadata
a.tag {
    line-height: 3em;
    text-decoration: none;
    color: #5D381E;
    background: #DDD3C7;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: background 0.08s ease-in-out;
    -moz-transition: background 0.08s ease-in-out;
    -o-transition: background 0.08s ease-in-out;
    transition: background 0.08s ease-in-out; }
    div.article
div.metadata
a.tag:hover {
      background: #F3EFDF; }
