/* Add here all your CSS customizations */

/*for hide divs edit create articles*/
.editable-category{
  display:none;
}

.editable-category.active{
  display:block;
}