div.reaction_buttons{
    margin-top: 20px;
    font-size: 0.8em;
    text-align: center;
    background-color: #b5b5b5;
    border: 1px solid #000;
    color: #000;
}

div.reaction_buttons > span {
    line-height: 3.2em;
    padding: 5px;
    margin: 0 3px;
    margin-bottom: 25px;
    border: 1px solid #000;
    cursor: pointer;
    background-color: #b5b5b5;
}

div.reaction_buttons > span:hover {
    background-color: #e6e7e8;
}

#sidebar div.widget_reaction_buttons h3 {
	margin: 0;
	margin-top: 4px;
	font-size: 1.1em;
}

#sidebar div.widget_reaction_buttons ol {
	margin-left: 25px;
}
