.academy_chapter
{
	border-radius:30px;
	padding:40px;
	box-shadow:0 20px 50px -10px rgba(52,52,52,0.2);
	margin:0 0 40px 0;
}

.academy_entries
{
	width:calc(100% + 40px);
}

.academy_entry
{
	width:calc(33.33% - 40px);
	margin:20px;
	border-radius:30px;
	padding:40px;
	box-shadow:0 20px 50px -10px rgba(52,52,52,0.2);
}


.academy_admin_button
{
	width:auto;
	height:40px;
	line-height:40px;
	padding:0 20px 0 20px;
	border-radius:20px;
	box-shadow:inset 0 0 0 1px rgba(52,52,52,0.1);
	font-size:13px;
	font-weight:700;
	opacity:0.6;
	text-align:center;
}

.academy_admin_button:hover
{
	opacity:1;
}