/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.04.12., 14:26:24
    Author     : nagy
*/

.stars-rateit{
    display: table;
    width: 112px;
    margin: 0px auto;
}

.stars-rateit > div{
    display: table-cell;
    font-size: 17px;
}
.stars-rateit .op{
    opacity: 0.5;
}
.stars-rateit.stars-on > div:hover{
    cursor: pointer
}
.stars > div {
    float: right !important;
    /*padding-bottom: 5px;*/
}
.temp-2{    
    float: right;
    display: initial;
    width: initial;
    margin: 0;
}


@media only screen and (max-width: 649px) 
{     
    .stars{
        position: absolute;
        right: 10px;
        top: 10px;
    }
}