html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.hidden-Scanner {
    left: -9999px;
    position: absolute;
}


.red {
    color: red;
}

.form-group {
    margin-bottom: .5rem;
}

.form-floating {
    margin-bottom: .5rem;
}

.priority-high {
    color: #DC3545;
}

.priority-med {
    color: #FFC107;
}

.priority-low {
    color: #28A745;
}

div.volunteer-summary {
    background: #F8F9FA;
}

    div.volunteer-summary mark {
        background: #E9ECEF;
    }

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

hr {
    margin: 2rem 0;
}

.minimal {
    width: 1px !important;
}


@media print {
    .d-print-none {
        display: none !important;
    }
}

.noprint {
    display: none
}
