@charset "UTF-8";
/* CSS Document */

#article {
	width: 760px;
	padding-left: 30px;
	padding-right: 30px;
	float: none;
	margin-left: 0px;
	min-height: 0px;
}

.article_title {
	margin-bottom: 1em;
}

#get_adobe_reader_copy {
	float: left;
	width: 550px;
}

#old_counter {
	display: none;
}

#splash {
	position: relative;
	width: 820px;
	height: 500px;
}

#splash__before {
	position: absolute;
	z-index: 2;
}

#splash__after {
	position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
	#article {
		width: 95%;
		padding-left: 2.5%;
	}	
}/*# sourceMappingURL=style.css.map */