.reactionsBar
{
background: #f9fafa url('styles/default/xenforo/gradients/category-23px-light.png') repeat-x top;
padding: 10px;
border-top: 1px solid #fff;
border-bottom: 1px solid #dcdcdf;
text-shadow: 0 1px 1px #fff;
background: -moz-linear-gradient(top, #f9fafa 0%, #f0f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(100%,#f0f2f2));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#f0f2f2',GradientType=0 );
background: -o-linear-gradient(top, #f9fafa 0%,#f0f2f2 100%);
}
.reactionSummary
{
display: none;
}