.calendar-dates-portlet-modal .modal-dialog {
  max-width: 100%;
}
.calendar-dates-portlet-modal .modal-header {
  justify-content: start;
}
.calendar-dates-portlet-modal .modal-footer {
  justify-content: end;
}
.calendar-dates-portlet-modal .modal-footer button + button {
  margin: 0 0 0 0.5rem;
}

.calendar-dates-portlet .portlet-title-text:not(.portlet-title-editable) {
  text-align: center;
  max-width: 100% !important;
  font-size: x-large !important;
}
.calendar-dates-portlet .calendar-dates-table th {
  background-color: #055196;
  color: #ffffff;
}