div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.star {
    background-image: url(images/star_full.svg);
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 2px;
    -webkit-transition: none;
    transition: none
}

.star:hover {
    cursor: pointer
}


.star.half {
    background-image: url(images/star_half.svg);
}

.star.empty {
    background-image: url(images/star_empty.svg);
}

.star.empty.active {
    background-image: url(images/star_full.svg);
}
.star, .star.empty {
    height: 14px;
    width: 14px;
    cursor: default !important;
}
