.single-categories .single-cat a:hover {
    background-color: #00e676;
    color: #191a26;
    border-color:#00e676;
}
tbody.table-info {
    position: relative;
}
tbody.table-info::before {
    content: '\e93c';
    font-family: 'Sportotvet';
    -webkit-animation: shake 6s linear alternate infinite;
    animation: shake 6s linear alternate infinite;
    position: absolute;
    right: 20px;
    bottom: auto;
    font-size: 25px;
    color: #292b3e;
    top: auto;
}
/*-------------Likes-------------*/
.lb-buttons #btn-dislike:hover, .lb-buttons #btn-dislike:hover .lb-count {
    background-color: #ff4545;
    border-color: #ff4545;
    color:#fff;
}
.lb-buttons #btn-like:hover, .lb-buttons #btn-like:hover .lb-count {
    background-color: #00e676;
    border-color: #00e676;
    color:#fff;
}
.lb-buttons #btn-dislike:hover:before, .lb-buttons #btn-like:hover:before {
    color:#fff;
}
.already_voted_message {
    position: absolute;
    width: 100%;
    background-color: #fff;
    line-height: 50px;
    left: 0;
    text-align: -webkit-auto;
    font-size: 16px;
    border-radius: 15px;
}
/*-------------Tags-------------*/
.tags-box a:hover {
    color: #191a26;
    border: 1px #00e676 solid;
    background-color: #00e676;
}

/*-------------Buttons-----------*/
.btn-b a:hover, .btn-b span:hover {
    color: #ff4545 !important;
    background-color: #fff;
    border: 1px #ff4545 solid;
}
.btn-b a:visited, .btn-b span:visited {
    color:#fff;
}
.btn-b a:hover:before, .btn-b span:hover:before {
    color: #ff4545;
}
/*-------------Recommend Block-----------*/
.rec-post-block.fixed, .rec-post-block.fixed-stop {
	position: fixed;
	top:25px;
	width: 288px;
	z-index: 1;
}
.rec-post-block.fixed-stop {
    top:auto;
    bottom: 10px;
    position: absolute;
}
@media screen and (max-width:1024px) {
    .single-categories .single-cat a:hover {
        background-color: transparent;
        border: 0;
        text-decoration: none;
        color:#ccc;
    }    
}