html, body {height: 100%;}

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption{
  border: 0px none;
}

.mce-content-body *[contentEditable=false][data-mce-selected]{
  outline: 2px dashed var(--primaryColor);
}

.mce-content-body .widget[contentEditable=false][data-mce-selected]:after{
  position: absolute;
  top: 0px;
  left: 0px;
  background: red;
  width: 10px;
  height: 10px;
}

.mce-content-body .assetsGrid{
    max-width: none !important;
}

.mce-content-body p{
  margin: 0px;
}

@media only screen and (min-width:480px) {
  .mj-column-per-50 {
    width: 49%!important
  }
  .mj-column-per-100 {
    width: 100%!important
  }
}