body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

.card {
    border-radius: 0.75rem;
}

.btn-primary {
    font-weight: 600;
}

.form-control {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

a {
    color:darkblue;
    text-decoration: none;
}
.table td,
.table th {
    white-space: nowrap;
    font-size: 0.75rem;
}

h2 {
    font-weight: 600;
}

.help-image-sm {
    height: 125px !important;
    width: auto;
    max-width: 100%;
    display: block;
}

.help-image-md {
    height: 200px !important;
    width: auto;
    max-width: 100%;
    display: block;
}

.help-image-lg {
    height: 350px !important;
    width: auto;
    max-width: 100%;
    display: block;
}
.hr-break {
    width:50%;
    text-align: center;
}

.card-header {
    background-color: #ddd;
}

tr.refurb-over-4 td {
    background-color: #fff8d6 !important;  /* light yellow */
}

tr.refurb-over-5 td {
    background-color: #fde2e2 !important;  /* light red */
}

tr.refurb-over-4:hover td {
    background-color: #fff3b0 !important;
}

tr.refurb-over-5:hover td {
    background-color: #f8cfcf !important;
}

.refurb-overdue {
    background-color: #fde2e2 !important;  /* light red */
}

.refurb-thisyear {
    background-color: #fff8d6 !important;  /* light yellow */
}