.critical {
    color: #fff !important;
    background-color: #ff2828 !important;
}

.high {
    color: #fff !important;
    background-color: #f76300 !important;
}
.medium {
    color: #fff !important;
    background-color: #ffaa00 !important;
}

.low {
    color: #fff !important;
    background-color: #198754 !important;
}

.installation {
    background-color: #fff;
    color: darkmagenta;
    font-weight: bold;
    text-transform: uppercase;
}

.cr_title {
    font-size: large;
    font-weight: bold;
    text-transform: uppercase;
}

.report_type {
    color: #fff;
    background-color: gray;
}

.report_time {
    font-size:x-small;
}

.cr_installation {
    background-color: darkmagenta;
    color: #fff;

}

li.report {
    padding: 20px;
    > a {
        text-decoration: none;
    }
    > a.show {
        color: #095a09;
    }
    > a.edit {
        color: #ff2828;
    }
}