body {
    padding-top: 4.7em;
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

hr {
    border-top: 1px solid var(--secondary-color);
}

img.page-image {
    height: 2em;
}

/* readonly controls */
.form-control[readonly],
.form-select[readonly] {
    background-color: var(--bs-secondary-bg, #e9ecef) !important;
    opacity: 1 !important;
    cursor: default !important;
}