.sidebar .section .primaryContent h3, .sidebar .section .secondaryContent h3, .profilePage .mast .section.infoBlock h3 {
font-size: 14pt;
background: rgb(181,222,33); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,222,33,1) 0%, rgba(80,212,65,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,222,33,1)), color-stop(100%,rgba(80,212,65,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(181,222,33,1) 0%,rgba(80,212,65,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(181,222,33,1) 0%,rgba(80,212,65,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(181,222,33,1) 0%,rgba(80,212,65,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(181,222,33,1) 0%,rgba(80,212,65,1) 100%); /* W3C */
filter: progid
XImageTransform.Microsoft.gradient( startColorstr='#b5de21', endColorstr='#50d441',GradientType=0 ); /* IE6-9 */
padding: 3px;
color: white !important;
border-top-right-radius: 2px !important;
border-top-left-radius: 2px !important; }
}
.sidebar .section .primaryContent h3 a, .sidebar .section .secondaryContent h3 a {
color: white !important;
}