.smartform-wysiwyg-wrapper {
  display: block;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  margin-top: 5px;
  width: 100%;
}

.smartform-wysiwyg-wrapper .rdw-editor-toolbar {
  margin-bottom: 1px !important;
  border: 0;
  border-bottom: 1px solid #F1F1F1;
  padding: 6px 6px 0px 6px;
}

.smartform-wysiwyg-wrapper .public-DraftStyleDefault-block {
  margin-top: 0;
  margin-bottom: 15px;
}

.smartform-wysiwyg-editor {
  min-height: 150px;
  padding: 6px 12px;;
  font-family: Helvetica, Arial, sans-serif !important;
}

.smartform-wysiwyg-editor h1 p, 
.smartform-wysiwyg-editor h1 div, 
.smartform-wysiwyg-editor h1 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 20px;
}

.smartform-wysiwyg-editor h2 p, 
.smartform-wysiwyg-editor h2 div, 
.smartform-wysiwyg-editor h2 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}

.smartform-wysiwyg-editor h3 p, 
.smartform-wysiwyg-editor h3 div, 
.smartform-wysiwyg-editor h3 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
}

.smartform-wysiwyg-editor h4 p, 
.smartform-wysiwyg-editor h4 div, 
.smartform-wysiwyg-editor h4 span {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 15px;
}

.public-DraftStyleDefault-unorderedListItem .public-DraftStyleDefault-block {
  margin-bottom: 2px;
}