﻿.background-red {
    background-color: rgba(255,0,0,1) !important;
    color:white !important;
}
.background-orange {
    background-color: rgba(255,165,0,1) !important;
}
.background-yellow {
    background-color: rgba(255,255,0,1) !important;
}
.background-green {
    background-color: rgb(29, 255, 0, 0.90) !important;
}
.background-grey {
    background-color: rgba(128,128,128,0.7) !important;
}
.border-red {
    border-color: rgb(255,0,0) !important;
}
.border-orange {
    border-color: rgb(255,165,0) !important;
}
.border-yellow {
    border-color: rgb(255,255,0) !important;
}
