div.admission_entry,div.photolist_entry h3{
	margin-bottom:20px;
	overflow: hidden;
    padding-right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:10px;
}

div.admission_entry,div.photolist_entry div.downloadbutton {
	position:absolute;
	top:10px;
	right:10px;
}

div.admission_entry,div.photolist_entry {
	float: left;
	width: 350px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 30px;
	position:relative;
	height:770px;
}

div.admission_entry img {
	max-width: 100%;
	margin: 0 auto 20px;
	display: block;
}

div.admission_entry img.accepted {
	border: 10px solid #5cb85c;
}

div.admission_entry img.denied {
	border: 10px solid #d9534f;
}

div.admission_entry div.info p {
	padding-left: 20px;
	line-height: 1em;
}

div#participantphotos {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

div.participantphoto {
	float: left;
	width: 350px;
	margin: 0 7px;
	position: relative;
}

div.participantphoto div.frame {
	width: 100%;
	height: 415px;
	overflow: hidden;
	border: 1px solid #ccc;
}

div.participantphoto img {
	width: 350px;
	max-height: 420px;
}

div.participantphoto div.nr {
	background-color: #f3f3f3;
	border-radius: 50%;
	border: 1px solid #e9e9e9;
	color: #929292;
	font-size: 60px;
	height: 90px;
	left: 25px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 25px;
	width: 90px;
}

div.participantphoto div.empty {
	margin-top: 50%;
	text-align: center;
	color: #efefef;
	font-size: 50px;
}

div.participantphoto div.controls {
	text-align: right;
}

div.participantphoto div.info {
	margin-top: 20px;
	padding: 0 20px;
}

div.admission_entry p.title,div.admission_entry h3 {
	margin-top: 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 100px;
	position: relative;
}

div.admission_entry h3 {
	line-height: 2.5em !important;
}

div.admission_entry p.title {
	line-height: 1.5em !important;
}

div.admission_entry h3 span {
	position: absolute;
	right: 0;
	top: 0;
}

div.denial-reason input {
	margin-right: 5px;
}

div.denial-reason label {
	margin-left: 10px;
	font-weight: normal;
}

div.decission{
	margin:15px 0;
}

div.decission div{
	font-size:15px;
	color:red;
	margin-bottom:15px;
}

div#winnersbyselection{
	overflow:hidden;
	width:100%;
}

div.winners h4,div.selectwinner h4{margin:0;}

div.winners div.participant{margin-bottom:10px;font-size:12px;}

div.winners,div.selectwinner{
	height:245px;
	width:195px;
	float:left;
	padding:10px;
	margin:5px;
}

div.selectwinner div.placeholder{
	background-color:#ddd;
	height:120px;
	padding-top:40px;
	color:#777;
	font-size:15px;
}