.main-rules-checkinout {
  display: table;
}

.main-rules-checkinout-list {
  display: table-row;
}

.main-rules-checkinout-title {
  display: table-cell;
  padding: 0 1em 0 0;
  width: auto;
  white-space: nowrap;
}

.main-rules-checkinout-text {
  display: table-cell;
}

.main-rules-checkinout-text .annotation {
  display: inline-block;
  text-indent: -.5em;
  padding: 0 0 0 .5em;
}

.main-rules-checkinout-text .asterisk {
  padding: 0 .2em 0 0;
}