/* Desktop Styles Only */
@media only screen and (min-width: 1025px) {	
	#articleText p { 
		font-family: serif; 
	}
	b { font-family: inherit; }
	footer p { 
		font-family: serif;
	    line-height: 18px;
		padding-bottom: 5px;
		margin-top: 0;
	}
	#network-adTitle {
		text-align: center;
		position: absolute;
    	top: 1px;
		color: #FFF;
		left: 50%;
		transform: translate(-50%);
		font-size: 20px;
	}

	.bold {font-weight: bold;}
	#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;
	}

	#drLayke {width:75%; background: white; margin:0 auto;padding: 0px 0px 25px 0px; }
	#drImage {
		width: 100px;
		margin-right: 0px;
		padding: 15px 0px;
	}
	#drLayke p:first-of-type {
		margin-bottom: 5px;
	}
	#drLayke p {
		margin: 0;
		font-size: 20px;
		line-height: 22px;
	}
	footer {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.footerText {
		display: block;
	}
	.pb30 {
		padding-bottom: 30px;
	}
	.clear {
		clear: both;
	}
}