
.level-item{
	background-color: #ececec;
	width: 70%;
	margin: 2em auto;
	border: 1px solid #ececec;
	border-radius: 4px;
	cursor: pointer;
	color: #292929;
	box-sizing: border-box;
}

.level-item a{
	text-decoration: none;
	color: #292929;
}


.level-item .level-section {
	box-sizing: border-box;
	padding: 1em 0.5em;
}

.level-item *{
	vertical-align: middle;
}

.level-item:hover{
	border: 1px solid #151515;
}

.level-item a:hover  {
	color: #00a700;
}

.level-section {
	display: inline-block;
}

.vote-controls {
	width: 10%;
	background-color: #d6d6d6;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.vote-controls *{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.vote-controls .vote-link i {
	height: 1.5em;
	line-height: 1.5em;
	color: #656565;
}

.vote-controls .vote-link.voted i {
	color: #00a700;
}

.vote-controls .vote-link i:hover {
	background-color: #c1c1c1;
	color: #00a700;
}

.vote-controls .votes-score {
	font-weight: bold;
	margin: 0.3em 0;
}

.level-content{
	width:77%;
}

.level-content .level-data{
	margin-bottom: 0.4em;
	display: block;
}

.level-content .level-creator, .level-content .level-creator a{
	color: #656565;
}

.level-content .level-name a{
	font-size: 1.3em;
}
