dl.flex {
  display: flex;
  justify-content: space-between;
}
dl.flex.left {
  justify-content: left;
  flex-wrap: nowrap;
}
dl.flex.left dt.w5 {
  width: 5em;
}
dl.flex.left dt + dd {
  margin-left: 0;
}
dl.flex.left dd {
  margin-left: 1em;
}

.cautionUl > li {
  text-indent: -1em;
  margin-left: 1em;
}/*# sourceMappingURL=add.css.map */