.cvote {
    display: inline-block;
    float: none !important;
}

.cvote .cvotes {
    display: none;
}

.cvote:hover .cvotes {
    display: block;
    position: absolute;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff !important;
    z-index: 1000;
}


/*.comment .info .talents2 .talents2b .r2vote {
    border: 1px solid #f89938;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin-right: 5px;
    padding-left: 3px;
    width: 21px;
}*/

a.r2vote {
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    line-height: 19px;
    margin-right: 5px;
    padding-left: 3px;
    width: 21px;
    text-align: center;
}


/*a.r2vote:nth-of-type(-n+4) {
    border: 1px solid #f29522;
}*/

a.r2vote:nth-of-type(1) {
    border: 1px solid #f29522;
}

a.r2vote:nth-of-type(2) {
    border: 1px solid #f29522;
}

a.r2vote:nth-of-type(3) {
    border: 1px solid #f29522;
}

a.r2vote:nth-of-type(4) {
    border: 1px solid #f29522;
}

.stylevote5 {
    border: 1px solid #fff !important;
}


/*.groupboard_item_content a.r2vote:nth-of-type(1) {
    border: 1px solid #fff;
}

.groupboard_item_content a.r2vote:nth-of-type(2) {
    border: 1px solid #f29522;
}

.groupboard_item_content a.r2vote:nth-of-type(3) {
    border: 1px solid #f29522;
}

.groupboard_item_content a.r2vote:nth-of-type(4) {
    border: 1px solid #f29522;
}

.groupboard_item_content a.r2vote:nth-of-type(5) {
    border: 1px solid #fff;
}*/

.fa-thumbs-o-down {
    color: #ccc;
}

a.r2vote:nth-of-type(n+4) {
    border: 1px solid #f29533;
}

a.r2vote:hover {
    background: #eee;
}

.talents2b .acvotes {
    color: #f29533;
    font-size: 19px !important;
    font-weight: bold;
}

.acvotes a {
    color: #f29522;
}

.cvotes {
    color: #888;
}

.tln p {
    padding-left: 15px;
    margin: 0;
}

.tv {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tal-block {
    float: right;
}

.tal-block .cvote:hover .cvotes {
    right: 0;
}

.w_mess_date {
    vertical-align: top;
}

.gtal {
    display: inline-block;
}

.int a.active {
    font-weight: bold;
}

.hlist {
    padding: 5px;
    background: #f5f5f5;
}
table.votes td{padding:5px 10px; border-bottom:1px solid #ccc;}
table.votes td.date{font-size:12px;color:#555;}
table.votes td.act{font-weight:bold;}