.widget-area .movdb-widget-movie p {
	margin: 0 0 0.2em 0;
	font-size: 0.9em;
}

.movdb-widget-movie {
	margin: 0 0 0.5em 0;
}

.movdb-widget-movie p.date {
	margin: 0.5em 0 0 0;
}

.movdb-widget-movie h4 {
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	margin: 0;
}

.movdb-widget-movie .year {
	font-size: 0.9em;
	font-weight: normal;
}

.movdb-widget-movie p.rating {
	margin: 0.2em 0 0 0;
}


/* Rating */

/* Hide default .rating class by WordPress */
.movies .rating span:before,
.sources .rating span:before {
	display: none;
	content: '';
}

var.movdb-rating,
span.movdb-rating {
	display: inline-block;
	padding: 0 0.5em;
	background-color: #ccc;
	border-radius: 1em;
	font-style: normal;
	line-height: 1.5em;
}

.movdb-rating-object {
	display: inline-block;
	width: 90px;
	height: 18px;
}

.movdb-rating-object span {
	display: inline-block;
	width: 18px;
	height: 18px;
}

.movdb-rating-object .star-full {
	background: transparent url('../images/star-full.png') no-repeat;
}

.movdb-rating-object .star-half {
	background: transparent url('../images/star-half.png') no-repeat;
}

.movdb-rating-object .star-empty {
	background: transparent url('../images/star-empty.png') no-repeat;
}

.movdb-rating-edit {
	cursor: pointer;
}