/* Fix to remove automatic bottom row border on tables */
.content-fragment .content>.content table th, .content-fragment .content>.content table td, .user-defined-markup table th, .user-defined-markup table td {
    border-bottom: none;
}

/* Fix to push anchor links down below banner */
.content-fragment-content a[id]:empty:before {
    margin-top: -180px;
    height: 180px;
}

/* Fix overlapping clickable/hoverable title block in search results */
.content-fragment.search-result-list .content-fragment-content a[id]:empty:before {
    margin-top: -90px;
    height: 90px;
}

.content-fragment.search-result-list .content-fragment-content h2 a[id]:empty:before {
    margin-top: 0px;
    height: 0px;
}

/* Fix overlapping H1 clickable/hoverable title block in liked items on profile */
.content-fragment.liked-content div.summary div.content h1 a[id]:before {
    margin-top: 0px;
    height: 0px;
}

.content-fragment.liked-content div.summary div.content h3 a[id]:before {
    margin-top: 0px;
    height: 0px;
}

.content-fragment.group-banner {
    margin: 0 20px 0 20px;
}

.content.post-summary a[id]:empty:before {
    margin-top: 0px;
    height: 0px;
}