.table td.is-active {
  background: #eceff1;
}

.table .thead-dark a {
  color: #FFF;
  text-decoration: underline;
}
figure {
  display: block;
}

figure figcaption {
  padding: 0 1rem;
  border-left: 5px solid rgba(38, 50, 56, 0.2);
  color: rgba(38, 50, 56, 0.6);
  font-size: .8rem;
}

figure figcaption > div {
  margin-top: .8rem;
}
