@media screen {

	html {
		overflow-y: auto;
	}
	
	header {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: auto;
		height: auto;
		min-height: 105px;
	}
	header .social_links {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
		min-height: 17px;
	}

	.ym-wrapper {
		max-width: none;
	}

	#main {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
	}

	#main > .ym-wrapper.content {
		position: relative;
		display: block;
		width: auto;
		top: auto;
		bottom: auto;
		right: auto;
		margin: 0;
		padding: 2em;
		max-width: none;

		-webkit-transition: all 0 ease 0;
		-moz-transition: all 0 ease 0;
		-ms-transition: all 0 ease 0;
		-o-transition: all 0 ease 0;
		transition: all 0 ease 0;
		
		background: #FFF;
		color: #000;
	}
	
	.print {
		margin-top: 2em;
		text-align: center;
	}
}
