@import "../../../theme/variables.css";


/* General Styles */
#articleText p { 
	font-family: serif; 
}
.container {
	padding-left: 30px;
	padding-right: 30px;
}
#articleText .orangeBar {
	background-color: #FE9D32;
	color: white !important;
	text-align: center;
	padding: 4px;
	letter-spacing: 1.3px;
	margin-top: -3px;
}
.first-letter-bigger {
	font-size: 22px;
	font-weight: bold;
}
.pb30 {
	padding-bottom: 30px;
}

#network-adTitle {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	color: #FFF;
}

@media only screen and (min-width : 961px) {
	.doctor_info {
		margin-left: 170px;
		margin-top: 20px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#drImage {float: left;}
}

 

