
.ul_teachingtime { 
	list-style-type: none;
    padding: 0;
    margin: 0;
}

.li_teachingtime {
	margin-bottom: 10px;
}

.btn_teachingtime {
	width: 100%;
	border: 1px solid #e5e6e7;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;

}

.btn_teachingtime.active {
    background-color: #3498db;
    color: #fff;
}

.label_teachingtime {
	margin-bottom: 8px !important; 
	text-align: center !important; 
	font-size: 14px !important;
}

.title_teacherLabel {
	text-align: left; 
	font-size: 16px; 
	margin-top: 10px;
}

/*.img-thumbnail {
    max-width: 150px; 
    height: 150px; 
    margin-top: 10px;
    cursor: pointer;
}
.img-thumbnail img {
    max-width: 100%;
    height: 100%;
}*/




















