   .spambutton{
        float:left;
    }
    
    .comment_box:hover > .comment_tools > .spambutton{
        display:block;
    }
    
    .text {
    overflow:visible; /* Shrinkwrap the text in IE7- */
    margin:0;
    padding:0;
    border:0;
    color:black; /* Match your link colour */
    background:transparent;
    font:inherit; /* Inherit font settings (doesn’t work in IE7-) */
    line-height:normal; /* Override line-height to avoid spacing issues */
    
    cursor:pointer; /* Buttons don’t make the cursor change in all browsers */
    -moz-user-select:text; /* Make button text selectable in Gecko */
}
/* Make sure keyboard users get visual feedback */
.text:hover,
.text:focus {
    
}
/* Remove mystery padding in Gecko browsers.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=140562
 */
.text::-moz-focus-inner {
    padding:0;
    border:0;
}

.upVoted1{
    cursor:pointer;color:limegreen;float:left;
}
.upVoted-1{
    cursor:pointer;float:left;
}
.upVoted4{
    cursor:pointer;color:limegreen;float:left;
}
.upVoted-4{
    cursor:pointer;float:left;
}
.upVoted0{
    cursor:pointer;float:left;
}

.downVoted1{
    cursor:pointer;float:left;
}
.downVoted-1{
    cursor:pointer;color:red;float:left;
}
.downVoted4{
    cursor:pointer;float:left;
}
.downVoted-4{
    cursor:pointer;color:red;float:left;
}
.downVoted0{
    cursor:pointer;float:left;
}

.spambutton .voted {
    color:red;
}