.cmtt-categories-filter a.cmttct-custom-taxonomy {
    cursor: pointer;
    border-left: 1px solid;
    margin: 0 0 0 1px;
    padding: 0 0 0 5px;
    background:#a8a8a8;
    color:white !important;
    border: 1px solid !important;
    border-radius: 25px;
    padding: 5px !Important;
    font-weight:700 !important;
}
.cmtt-categories-filter a.selected {
    background:#696969!important;
    color:white !important;
}
.cmtt-categories-filter {
    margin: 10px 0 0;
    padding: 10px 0px 10px 0px;
    line-height: 35px;
}
.cmtt-categories-filter a.cmttct-custom-taxonomy:first-child {
    border: none;
    padding: 0;
    margin: 0;
}
.cmtt-categories-filter a.cmttct-custom-taxonomy.selected{
    text-decoration: underline;
    font-weight: bold;
}

.cmttct-custom-taxonomy-single a {
    cursor: pointer;
}