a {
    color: #86b396;
}
.button {
    background: #86b396;
    color: #000000;
}
.button:hover, .button:focus {
    background-color: #86b396;
    opacity: 0.8;
    color:#000000;
}
input:checked ~ .switch-paddle {
    background: #86b396;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #86b396;
    color: #000000;
}
.tabs-title > a {
    color: #86b396;
}
.pagination .current {
    background: #86b396;
}
td a:not(.button) {
    color: #86b396;
}