/*
	tablet second ->
		(portrait, orientations: 0 / 180)
		max-width: 600 -> 37.5em
		max-height: 800 -> 50em

		(landscape, orientations: 90 / 270)
		max-width: 800 -> 50em
		max-height: 600 -> 37.5em
*/
@media (min-width: 30.0625em){

	.blogPost .datePublished{
		display:inline;
		text-decoration: none;
	}
	.blogPost .headline:before {
		content: " | ";
	}
	
	.textfooter{
		min-height: 10.1875rem;
        padding-left: 11.8125rem;
	}
	#donator{
		left: 0;
		position: absolute;
	}
}