﻿.kg-rating {
    display: inline-block;    
}

.kg-rating__like {
    background: url(/images/icons/thumbs_up.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-bottom: 5px;
    cursor: pointer;
}

.kg-rating__unlike {
    background: url(/images/icons/thumbs_down.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
    border: 0;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer;
}

.kg-rating__total {
    display: inline-block;
    width: 48px;
    font-family: Roboto,arial,sans-serif;
    color: gray;
    font-size: smaller;
    text-align: center;
}

.kg-rating__like_clicked {
    background: url(/images/icons/thumbs_up-clicked.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.kg-rating__unlike_clicked {
    background: url(/images/icons/thumbs_down-clicked.png) no-repeat;
    background-size: 16px 16px;
    background-position: center;
}