.w3-theme-l5 {
    color: #000 !important;
    background-color: #f0f0f0 !important
}

.w3-theme-l4 {
    color: #000 !important;
    background-color: rgba(34, 139, 34, 0.4) !important
}

.w3-theme-l3 {
    background-color: rgba(109, 0, 0, 0.4) !important
}

.w3-theme-l2 {
    color: #fff !important;
    background-color: #666666 !important
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #333333 !important
}

.w3-theme-d1 {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-d3 {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-d4 {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-d5 {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-red {
    color: rgba(211,211,211, 1.0) !important;
    background-color: rgba(109, 0, 0, 1.0) !important
}

.w3-theme-light {
    color: rgba(100, 100, 100, 1.0) !important;
    background-color: rgba(245, 245, 245, 1.0) !important
}

.w3-theme-dark {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-retired {
    color: #fff !important;
    background-color: rgba(109, 0, 0, 1.0)
}

.w3-theme-action {
    color: #fff !important;
    background-color: #000000 !important
}

.w3-theme-image {
    color: rgba(2, 21, 69, 1.0) !important
}

.w3-theme {
    background-color: rgba(169, 169, 169, 1.0) !important
}

.w3-text-theme {
    color: rgba(128, 128, 128, 1.0) !important
}

.w3-border-theme {
    border-color: rgba(128, 128, 128, 1.0) !important
}

.w3-hover-theme:hover {
    color: #f0ad4e;
    background-color: rgba(109, 0, 0, 1.0) !important
}

.w3-hover-border-theme:hover {
    border-color: rgba(109, 0, 0, 1.0) !important
}