/* The final CSS to be included. Purpose is to fix things in external frameworks */
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
  }
}
.form-control.nomaxwidth {
	width:auto;
	display: inline;
}
div.cke_wysiwyg_div {
	padding-left:3em;
}