/* colors */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
.history-list dt {
  color: #3EA9C9;
  margin-bottom: .3rem; }

.history-list dd {
  margin-bottom: 1.5rem; }

@media screen and (min-width: 769px) {
  .history-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .history-list dt {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 16%;
      flex: 1 0 16%;
      text-align: center; }
    .history-list dd {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 84%;
      flex: 1 0 84%; } }
