.node-type-page h1 {
	width: 75%;
}

/****** terms & condtion page and ISI page******/

.terms-condition-page .node p, .terms-condition-page .node ul, .isi-indication .node p, .isi-indication .node ul, .terms-condition-page .node ul li, .isi-indication .node h5, .celebrex_mobile_tnc .node ol li {
	padding-bottom: 15px;
}

.terms-condition-page .node ul li, .isi-indication .node ul li {
	list-style-type: disc;
}

.terms-condition-page .node ul, .isi-indication .node ul, .celebrex_mobile_tnc .node ol {
	padding-left: 20px;
}

.celebrex_mobile_tnc .node ol li {
	list-style-type: decimal;
}

/*****************************************************************
 ------------------------------------------------------------------
 CSS for Mobile and iPad potrait
 ------------------------------------------------------------------
 *****************************************************************/
@media only screen and (max-width: 999px) , only screen and (max-device-width: 999px) and (orientation: portrait) {
	.node-type-page h1 {
		width: 100%;
	}
}