.form-wrapper.hidden-filters{ margin-bottom:1.5em; }
#content .hidden-filters .filter-wrapper{ margin-top:0; clear:both; }
#content .hidden-filters .form-type-textarea{ margin-bottom:0; }

.wysiwyg-toggle-wrapper,
.filter-wrapper-btn{ float:left; margin-right:4px; font-size:0.85em; }

.form-textarea-wrapper:after{ content:" "; display:block; clear:both; }

.wysiwyg-toggle-wrapper a,
.filter-wrapper-btn{
  text-decoration:none;
  border-width:0 1px 1px 1px;
  border-style: none solid solid solid;
  border-color:#ccc;
  border-radius:0 0 4px 4px;
  display:inline-block;
  padding:2px 5px;
  cursor:pointer;
}
.filter-wrapper-btn:hover{ color:#072B58; }