/**
 * Hide the format fields unless the user has access to them (as indicated by the 
 * presence of a parent class)
 */

.text-format-wrapper > fieldset {
  display: none;
}
.osf-display-formats .text-format-wrapper > fieldset {
  display: block;
}