.blog_filter_experts{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}
.blog_filter_experts .filter-row{
    margin: 10px 0;
}
.blog_filter_experts .filter-label{
    color: #A7A7A7;
}

.filter-separator {
    display: inline-block;
    margin: 0 5px;
}

.view-all-link{
    color: #EE0000;
}
.active-filter {
  color: #EE0000;
  font-weight: bold;
}