.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;
}

.admin-download-steps {
    padding-left: 1.25rem;
}

.admin-download-steps li + li {
    margin-top: 0.85rem;
}

.admin-download-section {
    margin-top: 1rem;
}

.admin-download-page {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.admin-download-page h2 {
    font-size: 1.25rem;
}

.admin-download-section h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.admin-download-section pre {
    margin: 0;
    padding: 0.75rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 0.375rem;
}

.admin-download-section code {
    font-size: 0.875rem;
}

.admin-download-optional {
    font-style: italic;
    opacity: 0.75;
}

.admin-download-errors {
    width: 100%;
    border-collapse: collapse;
}

.admin-download-errors th,
.admin-download-errors td {
    text-align: left;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    vertical-align: top;
}

.admin-download-errors thead th {
    border-top: 0;
}

.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;
}