/* GENERATED by the boundary compiler — ONE global stylesheet.
   Components author their Style rules per file; only the rules a View actually
   REFERENCES are emitted (dead rules are dropped and listed in the build
   report). Class names follow the tag-prefix strip rule: rule `headerMain`
   referenced inside `header` emits class="main" under the TAG-QUALIFIED
   selector `header.main`; under any other tag it keeps `.headerMain`. */

.editorMain {
  display: block;
}

p.hint {
  opacity: 0.7;
}

a.back {
  display: inline-block;
  margin-bottom: .5rem;
}

.listMain {
  display: block;
}

ul.rows {
  list-style: none;
  padding-left: 0;
}

li.row {
  padding: .3rem 0;
  border-bottom: 1px solid #8884;
}

p.count {
  opacity: 0.7;
}

p.queued {
  opacity: 0.7;
  font-size: .9rem;
}

ul.pending {
  list-style: none;
  padding-left: 0;
}

li.pending {
  padding: .3rem 0;
  border-bottom: 1px dashed #8886;
  opacity: 0.6;
  font-style: italic;
}
