/* scss/_definition.scss */
/* ============================================ */
@charset "UTF-8";


/* infobox */
/* -------------------------------------------- */
.infobox {
  width: auto;
  height: 15em;
  overflow: auto;
  padding: 0.618rem;
  background: white;
  border: 1px solid #CCC;
}
.infobox dl {
  flex: none;
}

.infobox dt {
  width: 6.2rem;
  float: left;
  font-weight: normal;
}

.infobox dd {
  font-weight: normal;
  border-bottom: 1px dotted dimgray;
}