@media print,screen and (min-width: 641px){
#section01,#section02{
	border-bottom:solid #9DC4EB 1px;
	margin-bottom:30px;
}


.indent{
	margin-left:3em;
	text-indent:-3em;
	font-size:12px;
}

#img01{
	float:right;
	margin:10px;
}
	

	.subsection{
		margin-bottom:30px;
	}

	.basic td{
		text-align:center;
	}


.doctors_block{
	float:left;
	margin-right:20px;
	width:300px;
	
}

	.doctors_block img{
		float:left;
		margin-right:5px;
	}

	.doctors_block .name{
		font-size:20px;
		line-height:150%;
	}
	

}

@media screen and (max-width: 640px){
#section01{
	border-bottom:solid #9DC4EB 1px;
	margin-bottom:30px;
}

	h2.h2_main{
		font-size:18px;
	}





	#section01 td{
		text-align:center;
	}
.indent{
	margin-left:3em;
	text-indent:-3em;
	font-size:12px;
}

#img01{
	text-align:center;
	margin:10px;
}
	

	.subsection{
		margin-bottom:30px;
	}

	.basic td{
		text-align:center;
	}


.doctors_block{

	margin-right:20px;
	width:300px;
	
}

	.doctors_block img{
		float:left;
		margin-right:5px;
	}

	.doctors_block .name{
		font-size:20px;
		line-height:150%;
	}
	

}