.sidebar .section .primaryContent h3,
.sidebar .section .secondaryContent h3,
.profilePage .mast .section.infoBlock h3
{
@property "sidebarBlockHeading";
font-size: 12pt;
color: @textCtrlBackground;
padding: 0 0 2px 5px;
margin-bottom: 5px;
border-bottom: 1px solid @textCtrlText;
border-radius: 5px;
@property "/sidebarBlockHeading";
}
.container .xengallerySideBar .section h3
{
@property "categorySidebarBlockHeading";
font-size: 12pt;
color: @primaryLight;
padding-bottom: 2px;
margin-bottom: 5px;
border-bottom: 1px solid @primaryLighterStill;
@property "/categorySidebarBlockHeading";
}
.container .xengallerySideBar .section h3 a
{
color: @primaryLight;
}