#vote
{
	position:relative;
	float:right;
}

#vote .ratingstar:hover
{
	cursor:pointer;	
}

.recensie
{
	position:relative;
	width:100%;
	border: 1px #f4f4f4 solid;
	padding:10px;
	background-color: #fff;
	margin-bottom:20px;
	box-shadow: 1px 3px 4px rgb(0 0 0 / 3%);
}

.recensie .geschrevendoor
{
	position:relative;
	font-weight:bold;
	margin-bottom:20px;	
}

.recensie .geschrevendoor .adminpart
{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:24px;
	text-align:right;
}

.recensie .geschrevendoor .adminpart a
{
	margin-right:5px;	
}

.recensie .geschrevendoor .star
{
	position:relative;
	float:left;
	width:16px;
	height:16px;	
}