.pdf_btn_wrapper {
	max-width: 400px;
	margin: 0 auto 20px auto;
	margin-bottom: 20px;
}
.pdf_btn {
	display: block;
	text-align: center;
	font-size: 17px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: #132085;
	color: #fff;
	text-decoration: none;
	margin-bottom: 4px;
}
.pdf_btn:hover {
	opacity: 0.5;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.update_text {
	display: block;
	text-align: right;
	font-size: 80%;
	font-weight: 600;
}
@media screen and (max-width: 1099px) {
	.pdf_btn_wrapper {
	}
	.pdf_btn {
		font-size: 13px;
	}