change the Reputation Block: to a better color
add to the css
.cProfileRepScore_neutral{
background: #FF0000;
}
.cProfileRepScore_points, .cProfileRepScore_title {
color: #FFF;
}
add to the css
html .ipsApp .ipsBox .ipsBox .ipsWidget_title,
html .ipsApp .ipsTabs_panels .ipsBox .ipsWidget_title,
html .ipsApp .ipsBox .ipsBox .ipsType_sectionTitle,
html .ipsApp .ipsTabs_panels .ipsBox .ipsType_sectionTitle{
background: #FF0000;
}
just change the color to your liking