/* LESS Document */
dl {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 24px;
}
dl dt {
  min-width: 110px;
}
dl dd {
  margin-left: 24px;
}
dl dd p {
  margin-bottom: 8px;
}
