<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /*
  * Article
  */
post {
	width: 100%;
}
post h2 {
	font-size: 1.05em;
	padding-top: 20px;
}
post .main-image {
	margin: 20px 0;
	width: 100%;
}

post img.tickerlogo {
	padding: 20px 0;
	height: 100px;
	width: 150px;
	display: block;
	margin:auto;
}

post img.embeddedimg, post img.inline {
	padding: 20px 0;
	width: 100%;
}

post p.members-only {
	font-weight: bold;
}
post p.members-only img {
	height: 16px;
}

post ol li, 
post ul li {
	margin-bottom: 12px;
}

/*
 * Build-in styles
 */
.callout {
	border: 2px solid #cfcfcf;
	background-color: #e7f7e8;
	font-weight: bold;
	padding: 15px;
}

/*
 * Free stock promo
 */
post .free-stock-promo {
	margin-bottom: 30px;
}

/*
 * Media queries
 */
@media screen and (min-width: 500px) {
	post .main-image {
		float: right;
		margin-left: 20px;
		width: 50%;
	}

	post img.embeddedimg {
		float: right;
		padding: 20px;
		max-width: 400px;
	}	
} 

@media screen and (min-width: 765px) {
	/*
	post .gd-twitter {
		display: none;
	}
	*/
	
	post img.tickerlogo {
		width: 300px;
		height: 200px;
		float: right;
		padding: 20px;
	}
}

@media screen and (min-width: 1000px) {
	post img.tickerlogo {
		max-width: 600px;
		max-height: 400px;
	}
}
</pre></body></html>