.container_zoom-banner .bg-overlay {
    background-color: rgba(0, 0, 0, 0);
}

body main article table:not([class]) tbody tr:nth-of-type(odd), body main article .table-sortable table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

/*Icon Bucket links hover color*/
.icon-buckets-wrap .icon-buckets-container .icon-bucket-content a:hover {
    color: rgb(1, 103, 76);
    transition: color 0.3s ease;
    text-decoration: underline;
}