.align-icon-with-text {
    display: flex;
/*    justify-content: center;
*/    align-items: center;
}

/* Override Mosaic's flex:1 on the footer which causes it to grow and fill
   remaining viewport height, pushing the visible links to mid-page.
   Only df-main-content should expand. */
.df-footer {
    flex: 0 0 auto !important;
}
.align-right {
    display: flex;
    justify-content: end !important;
    align-items: start !important;
}
.submit-no-border {
    border-style: hidden !important;
}
.center-content {
    display: flex;
    justify-content: center;
}
.width-50 {
    width: 50% !important;
}