/* Center the format label inside its existing outlined capsule. */
html body .schedule-section .schedule-main-classes .div-block-40 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
html body .schedule-section .schedule-main-classes .div-block-40 .schedule-course-format {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex: 1 1 auto;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  text-align: center !important;
  line-height: 1.4 !important;
  transform: none !important;
}
