@charset "utf-8";
/* CSS Document */

/* ***************************************************************** */
/* COURSE DETAILS PAGE */

#teacher_details {
	/*margin-top:10px;*/
}
#teacher_details tr {
	border:0px;
	height:25px;
}

#teacher_details .col1 {
	width:130px;
}
#teacher_details .col2 {
	width:130px;
}
#teacher_details .col3 {
	width:180px;
}
#teacher_details .col4 {
}
#teacher_details .col5 {
	width:210px;
}


/* ***************************************************************** */
/* COURSE DETAILS PAGE */

.school_name {
	text-align:left;
}
.school_member {
	width:60px;
	text-align:center;
}
.school_learnopia {
	width:60px;
	text-align:center;
}
.school_courses {
	text-align:center;
	width:80px;
}
.school_enrollment {
	text-align:center;
	width:95px;
}
.school_completion {
	text-align:center;
	width:95px;
}

.course_avatar {
	width:60px;
	text-align:center;
}
.course_name {
	text-align:left;
}
.course_member {
	width:60px;
	text-align:center;
}
.course_learnopia {
	width:60px;
	text-align:center;
}
.course_enrollment {
	text-align:center;
	width:95px;
}
.course_completion {
	text-align:center;
	width:95px;
}

#author_image {
	text-align:right; 
	display:block; 
	float:right;
	padding-left:10px;
}

.review_image {
	width:55px;
	text-align:center;
}
.review_rating {
	width:55px;
	text-align:left;
}
.review_course {
	width:120px;
	text-align:left;
}
.review_text {
	text-align:left;
}
.review_date {
	text-align:center;
	width:100px;
}
.review_student {
	width:110px;
	text-align:left;
}

