.content-related {
  float: none;

}

.module-container {
  display: flex;
  gap: 50px;
  background-color: white;
  width: 550px;
}

.module-item {
  flex: 1;
  max-width: 250px;
  box-sizing: border-box;
}

.module h2 {
  background: #e05f59 !important;
}

#content-related .module h2 {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px;
}

body.model-call.change-list.admin-interface #changelist #changelist-form table thead th,
body.model-call.change-list.admin-interface #changelist #changelist-form table tbody td {
  white-space: initial;
}

.calendarbox {
  z-index: 4;
}
