.jibbadabba {
	display: none;
}

.nieuwe-recensie
{
	max-width:600px;	
}

#vote
{
	
}

#vote .ratingstar:hover
{
	cursor:pointer;	
}

.recensie
{
position: relative;
border: none;
padding: 10px;
background-color: rgba(239, 239, 239, 0.5);
float: left;
width: 100%;
margin-bottom: 15px;
}

.recensie .geschrevendoor
{
	position:relative;
	font-weight:bold;
	margin-bottom:20px;	
}

.recensie .adminpart
{
	float: right;
	width:50px;
	height:24px;
	text-align:right;
	position:relative;
	z-index:999;
}

.recensie .geschrevendoor .adminpart a
{
	margin-right:5px;	
}

.recensie .geschrevendoor .star
{
	position:relative;
	float:left;
	width:16px;
	height:16px;	
}

.recensie .geschrevendoor .date {
	font-size: 16px;
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 16px;	
}