.categories.tabs-vertical a {
    color: grey  !important;
}

.categories.tabs-vertical .active {
    color: grey !important;
    border-right-color: grey
}


.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
 color: grey;
}


.selected.orange.white-text {
    background-color: grey !important;
    color: white !important;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: black;
}

.services.row .service .blue-grey.white-text.card .card-action a{
    color: white !important;
    padding: 10px;
}
.services .service .card .card-content.facts {
    text-align: center;
}

.row .col.s12.m6.calendar .tabs .tab a{
    color: grey !important;
}

.tabs .indicator {
        background-color: grey !important;
}
