.w3-theme-l5 {
    color:#000 !important;
    background-color:#fbfbfb !important
}
.w3-theme-l4 {
    color:#000 !important;
    background-color:#f1f1f1 !important
}
.w3-theme-l3 {
    color:#000 !important;
    background-color:#e2e3e3 !important
}
.w3-theme-l2 {
    color:#000 !important;
    background-color:#d4d5d5 !important
}
.w3-theme-l1 {
    color:#000 !important;
    background-color:#c5c6c6 !important
}
.w3-theme-d1 {
    color:#000 !important;
    background-color:#a4a6a6 !important
}
.w3-theme-d2 {
    color:#fff !important;
    background-color:#929494 !important
}
.w3-theme-d3 {
    color:#fff !important;
    background-color:#7f8282 !important
}
.w3-theme-d4 {
    color:#fff !important;
    background-color:#6d6f6f !important
}
.w3-theme-d5 {
    color:#fff !important;
    background-color:#5b5d5d !important
}

.w3-theme-light {
    color:#000 !important;
    background-color:#fbfbfb !important
}
.w3-theme-dark {
    color:#fff !important;
    background-color:#5b5d5d !important
}
.w3-theme-action {
    color:#fff !important;
    background-color:#5b5d5d !important
}

.w3-theme {
    color:#000 !important;
    background-color:#b7b8b8 !important
}
.w3-text-theme {
    color:#b7b8b8 !important
}
.w3-border-theme {
    border-color:#b7b8b8 !important
}

.w3-hover-theme:hover {
    color:#000 !important;
    background-color:#b7b8b8 !important
}
.w3-hover-text-theme:hover {
    color:#b7b8b8 !important
}
.w3-hover-border-theme:hover {
    border-color:#b7b8b8 !important
}