// Simple dfinition list styling

.dl {
  dt, dd {
    display: block;
    margin: 0;
  }
}