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