a,
button,
.button {
    color: #f6f6f6;
}

.table-button {
    font-size:18px;
    margin-right:1em;
}

a:hover,
button:hover,
.button:hover {
    color: #545455;
}

.icon-false {
    color:#a52525;
}

.icon-true {
    color:#258525;
}

.icon-processing {
    color:#a79e23;
}

button, button:active, button:focus {
    background-color:transparent;
    box-shadow:none;
    border:none;
    outline:none;
    cursor: pointer;
}

.language-select-button span {  
    font-size: 16px;
    color:#545455;
}

.language-select-button.active span,
.language-select-button span:hover {  
    color:#f6f6f6;
}

button.sidebar-toggle {
    font-size:18px;
}

button.filter-toggle {
    font-size: 14px;
    padding:0;
    margin:0;
    color:#545455;
}

.navigation-button.active {
    font-weight: bold;
    color: #8f8ee7;
}

.navigation-button.active:hover {
    color:#3d3be6;
}


