.w3-theme-l5 {color:#440000 !important; background-color:#fffdfa !important}
.w3-theme-l4 {color:#440000 !important; background-color:#fff9ef !important}
.w3-theme-l3 {color:#440000 !important; background-color:#fff4de !important}
.w3-theme-l2 {color:#440000 !important; background-color:#ffeece !important}
.w3-theme-l1 {color:#440000 !important; background-color:#ffe8be !important}
.w3-theme-d1 {color:#440000 !important; background-color:#ffd383 !important}
.w3-theme-d2 {color:#440000 !important; background-color:#ffc458 !important}
.w3-theme-d3 {color:#440000 !important; background-color:#ffb52d !important}
.w3-theme-d4 {color:#440000 !important; background-color:#ffa602 !important}
.w3-theme-d5 {color:#fff !important; background-color:#d68b00 !important}

.w3-theme-light {color:#440000 !important; background-color:#fffdfa !important}
.w3-theme-dark {color:#fff !important; background-color:#d68b00 !important}
.w3-theme-action {color:#fff !important; background-color:#d68b00 !important}

.w3-theme {color:#440000 !important; background-color:#ffe2ae !important}
.w3-text-theme {color:#440000 !important}
.w3-text-theme2 {color:#ffc458 !important}
.w3-border-theme {border-color:#ffe2ae !important}

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

.w3-hover-theme-d2:hover {color:#440000 !important; background-color:#ffc458 !important}
.w3-hover-text-theme-d2:hover {color:#ffc458 !important}
.w3-hover-border-theme-d2:hover {border-color:#ffc458 !important}

.w3-table-all tr:nth-child(even) {
    background-color: #fff4de;
}

.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover {
    background-color: #ffe8be;
}