.totc-lesson-box {
	box-shadow: 2px 2px 7px 2px #eae7e747;
    padding: 16px;
    border-radius: 2px;
}
.totc-lesson-row {
	border-bottom: 1px solid #cccccc40;
    padding: 20px 0px;
}
a.totc-lesson-link {
	text-decoration: none !important;
	font-size: 25px; 
	color: black !important;
    font-weight: bold;
    text-transform: capitalize;
}
.totc-subtitle {
	font-size: 22px;
    font-weight: bold;
}
ul.totc-ul {
    list-style: none;
}
ul.totc-ul li a {
    text-decoration: none !important;
}
.totc-status {
	font-size: 15px;
    color: #cccccc;
    font-style: oblique;
}
.totc-quiz-fail-msg {
    padding: 20px 0px;
}
.totc-topic-row a {
    text-decoration: none !important; 
}
.totc-topic-video-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}