.price {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.unitImage img {
    width: 100%;
}

.course {
    
}

    .course.disabled {
        
    }
    
.download_button {
    font-size: 15px;		
	padding: 8px 0px;
	min-width: 105px;		
	margin-left: 10px;
	}
    
.post.entry-content {
    font-size: 14px;
    line-height: 1.3;
}

.course_title {
    font-size: 18px;
    padding: 4px;
}

.course_desc {
    font-size: 13px;
    width: 70%;
    max-width: 70%;
    -ms-word-break: keep-all;
    word-break: keep-all;
    word-break: break-word;
}

    #coursesList .course_desc {
        width: 45%;
        vertical-align: top;
    }

.unit_title {
    font-size: 12px;
}

/* Quizzes */
.quizQuestion {
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
}

.quizAnswer {
    /*border: 2px solid #e0e0e0;
    border-radius: 3px;*/
    padding: 7px;
    margin: 3px;
    width: 300px;
    font-size: 12px;
}

/* wistia player settings */
.wistia_embed {
    line-height: normal !important;
}