    .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;}

.tip_box{
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background-image: url(../images/moves_database/bg_tips.png);
    background-size:100%;
    background-repeat: repeat-y;    
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 2px solid #bababa;
    box-shadow: 1px 2px 8px 0px rgba(136, 136, 136, 0.75);
    top: 0px;
    bottom: 0px;
    padding-top: 8px;
    margin-bottom: 5px;
}

.tiptext{
    position: relative;
	width:80% !important;
    float: left;
    min-height: 110px;
    padding-left: 8px;
}

.comment_avatar {
    position: relative;
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    margin-right: 8px;
    margin-left: 0px;
}

.tip_tools_upper {
    position: absolute;
    width: 50px;
    text-align: center;
    top: 8px;
    left: 597px;
}

.tip_tools_lower {
    position: absolute;
    width: 50px;
    text-align: center;
    bottom: 14px;
    left: 597px;
}

    .tip_info {
    color: #666666;
    font-size: 11px;
    
}
