/*format category/tags on frontpages*/
strong.views-label {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4px;
}



.vocabulary-links {
    font-size: 14px;
}

.field .field-name-field-category .field-type-taxonomy-term-reference .field-label-above {
    font-size: smaller;
}


/*bigger category/tags labels for single post pages*/
.category-label {
    font-size: 17px;
}
.tag-label {
    font-size: 17px;
}

.category-links {
    font-weight: 200;
}
.tag-links {
    font-weight: 200;
}