.nominee {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding: 10px 0px;
}

.nominee:last-of-type{
	border-bottom: none;
	margin-bottom: 10px;
}

.can_vote .nominee *:hover {
	cursor: pointer;
}

.nominee input {
    transform: scale(1.5);
    margin-left: 10px;
}

.nominee label {
	padding-left: 10px;
	width: 100%;
}

.nominee.selected{
	background: #6abfe5;
	/*background: rgb(106,191,229);
	background: -moz-linear-gradient(90deg, rgba(106,191,229,0) 0%, rgba(106,191,229,1) 25%, rgba(106,191,229,1) 75%, rgba(106,191,229,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(106,191,229,0) 0%, rgba(106,191,229,1) 25%, rgba(106,191,229,1) 75%, rgba(106,191,229,0) 100%);
	background: linear-gradient(90deg, rgba(106,191,229,0) 0%, rgba(106,191,229,1) 25%, rgba(106,191,229,1) 75%, rgba(106,191,229,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6abfe5",endColorstr="#6abfe5",GradientType=1);*/
}

.best-paper {
	display: flex;
}

.award {
    width: 60px;
    position: relative;
    margin-right: 10px;
}

.award img {
	position: absolute;
    width: 40px;
    left: 11px;
    top: 8px;
}

.award i {
	width: 60px;
    height: 60px;
    font-size: 80px;
    color: #af1c1c;
    -webkit-text-stroke: 2px #2e2e28;
    text-shadow: 3px 3px 0 #2e2e28, -1px -1px 0 #2e2e28, 1px -1px 0 #2e2e28, -1px 1px 0 #2e2e28, 1px 1px 0 #2e2e28
}