.section-title {
	font-weight: 900;
	padding: 10px;
}

.section-lecture {
	display: block;
	background-color: #fafafa;
	padding: 10px;
	border-bottom: 1px dotted #eee;
	border-right: 2px solid #eee;
	text-decoration: none;
	color: #333 !important;
	font-size: 14px;
}

.section-lecture.active {
	font-weight: 900;
}

.lecture-content {
	padding: 30px 40px 40px 40px;
	line-height: 200%;
}

.lecture-content ol, .lecture-content ul {
	margin-bottom: 15px;
}

.lecture-content-title {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 25px;
}

.elearning-myaccount h2 {
	margin-top: 0;
	margin-bottom: 40px;
	line-height: 25px;
}

.subscriptions {
	display: flex;
	flex-wrap: wrap;
}

.subscription {
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
	border: 2px solid #93CCC3;
	overflow: hidden;
	
	width: calc(50% - 20px);
	margin: 0 40px 40px 0;
	
	position: relative;
}

.subscription:nth-child(2n){
	margin-right: 0;
}

.subscription h3 {
	font-size: 20px;
	margin: 0;
	color: #333 !important;
}

.subscription p {
	margin: 15px 0 0 0;
}

.subscription h3 a {
	color: #333 !important;
}

.subscription img {
	margin: 0;
	display: block;
	border-bottom: 1px solid #eee !important;
}

.subscription_content {
	padding: 20px;
}

.subscription_meta {
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	color: #999;
}

.subscription .locked {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99999999;
	width: 50px;
	height: 50px;
	background-color: rgba(100, 100, 100, 0.5);
	color: #fff;
	text-align: center;
	font-size: 25px;
	display: flex;
	border-radius: 25px;
	justify-content: center;
	align-items: center;
}

@media(max-width: 757px){
	.subscription {
		width: 100%;
		margin-right: 0;
	}
}