dl.col dt {
  white-space: nowrap;
}
dl.col dt::before {
  content: "";
  display: inline-block;
  background-color: #CB386D;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  margin-right: 1em;
}
dl.col figure.w120 {
  width: 120px;
}
@media print, screen and (min-width: 768px) {
  dl.col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  dl.col dt {
    padding-right: 40px;
  }
  dl.col figure.w468 {
    width: 468px;
  }
  dl.col figure.w300 {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  dl.col dt {
    margin-bottom: 0.5em;
  }
}

figure.banner {
  margin-bottom: 0.5em;
}

pre {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: pre-wrap;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  pre {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  pre {
    font-size: 1.2rem;
  }
}