/* Make sidebar wider to accommodate our long module names. */
.bd-sidebar-primary {
    flex-basis: 25%;  /* default is 20% */
}
.bd-page-width {
    max-width: 100rem;  /* default is 88rem */
}
