.kk-i-like-it__box > a,
.kk-i-like-it__box > a:active,
.kk-i-like-it__box > a:focus,
.kk-i-like-it__box > a:hover {
    font-size: 13px;

    background: -moz-linear-gradient(top,  #ffffff 0%, #e2e2e2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
    background: linear-gradient(top,  #ffffff 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
    
    text-shadow: 1px 1px #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 2px rgba(204, 204, 204, 0.7) !important;
}

.kk-i-like-it__loader {
    color: #666666;
}

.kk-i-like-it__box.kk-i-like-it__size-small > a {
    font-size: 11px;
    grid-template-columns: 35px 40px auto;
    grid-template-rows: 22px;
}

.kk-i-like-it__box.kk-i-like-it__size-big > a {
    font-size: 16px;
    grid-template-columns: 38px 50px auto;
    grid-template-rows: 35px;
}
