.label-current{
	position: absolute;
	right:30px;
	top:10px;
}


.reference_container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}

.reference_entry{
	width: 360px;
	margin:10px;
	max-width: 100%;
	text-align: center;
}

.reference_entry img{
	border-radius:100%;
}


.reference_entry h2{
	font-style: italic;
}

.pagelist_reference_image{
	width:200px;
	max-width: 100%;
}