/* 
This is the section css for
 Pharmaceutical Product  Development 
*/

#home-content .row-responsive .grid3 .right-grid{
	padding-right: 20px;
}
#home-content .row-responsive .grid3 .right-grid .btnMain{
	width: 100%;
	margin-bottom: 0%;
	margin-top: 0%;
}

#home-content .row-responsive .grid6 .right-table{
	margin-left: 25%;
}

@media only screen and (max-width: 900px){
	#home-content .row-responsive .grid6 .right-table{
		margin-left: 0%;
	}
}

@media only screen and (max-width: 768px){
		#home-content .row-responsive .grid3 .right-grid{
		padding-right: 0px;
	}
}

@media only screen and (max-width: 768px){
	#home-content .responsiveTable td {
		padding-left: 0% !important;
	}
	
	#home-content .responsiveTable td.tableCenter, #home-content .responsiveTable th.tableCenter{
		text-align: center !important;
	}
}
	
