.reactiveComponent.thumbnail {
  margin: 0.5rem 0 1rem 0; }

.reactiveComponent .componentTitle {
  font-size: 1.8em;
  line-height: 110%;
  margin: 0.5em 0; }

.reactiveComponent.listComponent .listContainer {
  margin-top: 15px; }
  .reactiveComponent.listComponent .listContainer .listItem {
    margin-bottom: 15px; }

.reactiveComponent .InputRange-label {
  font-size: 12px; }

.reactiveComponent .checkboxItem, .reactiveComponent .radioItem {
  cursor: pointer; }
  .reactiveComponent .checkboxItem label, .reactiveComponent .radioItem label {
    padding-left: 10px;
    font-weight: normal;
    cursor: pointer; }
  .reactiveComponent .checkboxItem input, .reactiveComponent .radioItem input {
    cursor: pointer; }
