.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;
}
.width-75 {
    width: 75% !important;
}

/* Hash detail row: visually ties to the download row above */
.hash-row td {
    border-top: none !important;
    padding-top: 0 !important;
    opacity: 0.75;
}

.btn-copy {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: inherit;
    vertical-align: middle;
}