<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.stories-cnt { margin-top: 30px; }
.stories-cnt &gt; div &gt; h1 { margin-top: 0px; }

.picture { display: block; width: 25%; border: 1px solid #ccc; text-align: center; padding: 10px; margin-bottom: 10px; }
.picture img { width: 100%; height: auto; margin-bottom: 5px; border: 1px solid #ccc; }
.picture.pull-left { margin-right: 15px; }
.picture.pull-right { margin-left: 15px; }
.picture.center { width: 75%; margin: 10px auto; }

.stories-cnt .story { clear: both; margin-bottom: 20px; }
.stories-cnt img.story-photo { margin: 0px 0px 10px 20px; border: 1px solid black; float: right; }

@media only screen and (max-width: 640px) {
    .nav-stories { display: none; }
    .stories-cnt img.story-photo { float: none; margin: 0px auto 10px auto; width: 100%; height: auto; }
}

@media print { 
	.nav-stories { display: none; }
}
</pre></body></html>