body  {background-color: #f4f4f4;}
.formpart {padding:1rem;}
.formio-component.form-group {padding-left:0;padding-right:0;}

.ql-container {
  font-family: inherit;
}
.ql-toolbar.ql-snow {
  background-color: #eee;
  font-family: inherit;
}
.ql-container.ql-snow {
  background-color: #fff;
}

.formio-component.formio-component-file > ul > li {
	background-color: #eee;
	border-radius: 0;
}
.formio-component.formio-component-file .fileSelector {
  margin-top: 2px;
}

.formio-component.form-group.formio-error-wrapper {
  padding: 1em;
}
/* Firefox multiselect close button bugfix #654736 */
@-moz-document url-prefix() {
  .choices__button {
    float:right
  }
}