#mounts_body{
	width:700px;
	margin-bottom:30px;
}

#mounts_banner{
	width:650px;
	height:550px;
	margin-left:25px;
	margin-top:25px;
	background-image:url(../img/mounts_banner.jpg);
	background-size:650px 550px
}

.mount_row{
	width:650px;
	margin-top:30px;
	margin-left:25px;
	position:relative;
}

.mount_row_gradient{
	width:120px;
	height:120px;
	background:radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 75%);
	left:-10px;
	top:-8px;
	position:absolute;
}

.mount_image{
	width:96px;
	height:96px;
	margin-top:4px;
	background-size:96px 96px;
	image-rendering:pixelated;
	float:left;
}

.mount_row_details{
	width:525px;
	margin-left:25px;
	background-color:#111;
	box-shadow:2px 2px 5px #000;
	float:left;
}

.mount_main{
	width:calc(100% - 30px);
	height:28px;
	margin-left:15px;
	margin-top:15px;
	display:flex;
	align-items:center;
}

.mount_name{
	width:calc(100% - 200px);
	height:20px;
	color:#ccc;
	font-size:24px;
}

.mount_difficulty{
	height:14px;
	float:right;
	color:#aaa;
	font-size:18px;
}

.mount_difficulty_stars{
	height:20px;
}

.mount_difficulty_star{
	width:16px;
	height:16px;
	margin-left:8px;
	background-size:16px 16px;
	float:left;
}
.mount_difficulty_star[data-active=true]{
	background-image:url(../img/star_active.png);
	opacity:0.8;
}
.mount_difficulty_star[data-active=false]{
	background-image:url(../img/star_inactive.png);
}

.mount_description{
	width:calc(100% - 30px);
	padding-bottom:12px;
	margin-left:15px;
	margin-top:10px;
	color:#aaa;
	font-size:20px;
}