html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 50px;
    margin-top: 56px;
}

#admin-wrapper .grid,
#hr-wrapper .grid {
    display: grid;
    grid-template-columns: min-content auto;
    gap: .5rem 1rem;
    align-items: center;
}

#hr-wrapper #grid > tbody > tr > td {
    text-wrap: nowrap;
}

dl > dd:last-child {
    margin-bottom: 0 !important;
}

/* footer styles */
.footer {
    bottom: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 100%;
}

/* Override Bootstrap styles. */
pre {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
}

.alert {
    margin-bottom: 0;
}
