div.rating-wrap{
    /* margin: 0 auto; */ /* margin: 50px auto; */
    /* width: 100%; */  /* width: 300px; */

	margin-left: 5px;
	margin-right: 5px;
}

div.border-wrap{
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-origin: padding-box;
    background-size: auto;
    border: 1px solid rgb(240, 240, 240);
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    margin: 10px auto;
    overflow: hidden;
    padding: 10px;
    position: relative; 
}

div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}

div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    /*padding-left: 190px;*/
	
	padding-left: 10px;
	float: left;
}

div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

div.view-result{
	color: #ccc;
    font-size: 14px;
 	
	float: right;
}

.view-result span{
	padding-left: 7px;
}

#view-eye {
  display: inline-block;
  position: relative;
  width: 1.5em; /* ширина элемента */ 
  height: 1.5em; /* высота элемента */ 
  background: #ccc; /* цвет иконки */ 
  border-radius: 70% 0 / 70%;
  transform: rotate(45deg);
  
  float: right;
}

#view-eye::before,
#view-eye::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 100%;
}

#view-eye::after {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  background: inherit; /* цвет зрачка как у родителя */ 
}
