div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;
+ -webkit-transition : color 0.2s;
+ transition : color 0.2s;
}
div.cdm.expandable.Unread div.cdmHeader a.title {
font-size : 14px;
color : #999;
font-weight : bold;
+ -webkit-transition : color 0.2s;
+ transition : color 0.2s;
}
div.cdm.expanded.active {
font-size : 14px;
color : #999;
font-weight : bold;
+ -webkit-transition : color 0.2s;
+ transition : color 0.2s;
}
div#floatingTitle.Unread a.title {