.tagsContainer {
    display: block;
    margin: 0 0 15px 0;
    color: #272B2F;
}

.tagsContainer .title {
    font-family: 'roboto slab';
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.tagsContainer .links {
    font-size: 13px;
    line-height: 19px;  
    font-family: 'open sans';
}

.tagsContainer .links a {
    color: #A94E2E;
    font-weight: normal;
}

/* Display More Tags Functionality */
.tagsContainer .links a.moreTagsLink {
    font-weight: bold;
    margin-top:6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.tagsContainer .links span.hidden {
    display: none;
}
