/* BEGIN CSS that must live in the module and be accessible regardless of theme */
form .ms-container{
  width: 800px;
}

form .ms-container div.ms-selectable, .ms-container div.ms-selection {
  width: 47%;
}

form .ms-container ul.ms-list{
  margin-left: 0;
}

body.page-admin-reports-dblog div.form-item {
  margin-right: 20px;
  width: 300px;
}
/* END CSS that must live in the module and be accessible regardless of theme */


/* BEGIN patches to media browser CSS caused by jQuery 3.5.x */
.ui-front.media-wrapper {
  width: 95% !important;
  position: absolute;
  top: 50px;
  left: 25px;
}

.ui-front.media-wrapper iframe#mediaBrowser {
  height: 500px !important;
  width: 100% !important;
}
/* END patches to media browser CSS caused by jQuery 3.5.x */
