/* CKH-141 add more padding for article class when in knowledgeBody component */
.knowledgeBody .article {
    margin-top: 20px;
}
/* CKH-147 hide My City profile menu item */
.site-header-main .actionMenu li.uiMenuItem a[title='My City'] {
	 display: none;
}
/* CKH-150 bold author names in article metadata */
.cC40CustomThemeLayout .knowledgeHeader__metabar .article__meta .article__meta-authors a {
	 font-weight: 700;
}
/* CKH-165 needed when changing filter in my hub my peer sharing */
.cC40CustomThemeLayout .c40hide {
    display:none;
}


