.content-callout:not(.has-image) .fsElementContent {
  order:1 !important;
  padding: 30px 30px 30px 30px;
}

body:not(.fsComposeMode) .content-callout:not(.has-image) header {
  padding-bottom: 0;
}

body:not(.fsComposeMode) .content-callout.fsBoardElement .fsElementContent  {

  order:1 !important;
  padding: 30px;
}



.fsPostElement.custom-spacing article {
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
}

.fsPostElement.custom-spacing article > div {
    margin-bottom: 5px !important;
}

.fsPostElement.custom-spacing article > *:last-child {
    margin-bottom: 5px !important;
}

.content-callout:not(.has-image) header + .fsElementContent {
    padding-top: 0;
}