#doctorUserList.hide {
	display: none;
}

.doctor_detail_page__wrap {
	
}
.doctor_detail_page__short_description {
	background-color: #F1F6FE;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}
.doctor_detail_page__short_description .doctor_img {
	width: 192px;
    height: 192px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
	margin: 0 auto 30px auto;
	border: 1px solid #CFE0FC;
}
.doctor_detail_page__short_description .doctor_img img {
	width:100%;
}
.doctor_detail_page__short_description .name {
	
}
.doctor_detail_page__short_description .name h1 {
	font-size: 24px;
}
.doctor_detail_page__short_description .work_position {
	
}
.doctor_detail_page__wrap .ya-share2__item:before {
	display: none;
}

#tabs_schedule .spec .btn.active {
	background-color: #FD8327;
    color: #fff;
}

.tabs_schedule_each.hide {
	display: none;
}
.btn {
	cursor: pointer;
}
div#tabs_schedule .btn {
    border: 1px solid #CFE0FC;
}