div.lwscache_review_block_general{
    background: #E7F5F9 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
}

div.lwscache_review_block_general.animationFadeOut{
    animation: fadeOut 2s;    
}

@keyframes fadeOut{
    0% { 
        right:0px;
        opacity: 1;
    }
    100% {
        right: 9999px;
        opacity: 0;
    }
}

.lwscache_circle{
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
}

img.lwscache_review_block_image{
    z-index: 5;
    position: absolute;
    top: 15px;
    left: 15px;
}

h1.lwscache_review_block_title{
    font-size: 17px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2E4453;
}

p.lwscache_review_block_desc{
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #3C434A;
}

a.lwscache_button_rate_plugin{
    background: #2271B1 0% 0% no-repeat padding-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

a.lwscache_review_button_secondary{
    text-decoration: underline;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2271B1;
    margin-left: 15px;
    cursor: pointer;
}

div.lws_hidden{
    display: none;
}