/*  ================================================
	This is the Unified Child Theme CSS file
	ONLY add the CSS rules that you need to override
	the main rules form the parent Unified theme.
==================================================== */

/* Group Forum Topic View Header Styles */
#spMainContainer .spGroupViewSection .spGroupViewHeader, #spMainContainer .spForumViewSection .spForumViewHeader, #spMainContainer .spTopicViewSection .spTopicViewHeader {
background-color: #feedbd;
padding: 6px;
border-radius: 5px;
}
/* Color Breadcrumbs */
#spMainContainer #spBreadCrumbs a::after {
border-left: 30px solid #feedbd60;
}
#spMainContainer #spBreadCrumbs a {
background-color: #feedbd60;
}