.whitePaper-bottom {
	background-color: #E1E0DA;
	padding: 71px 0 130px 0;
	text-align: center;
}

.whitePaper-brochure {
	text-align: center;
	margin: 0 auto -50px auto;
	display: block;
	max-width: 310px;
}

/*
.whitePaper-button {
	font-size: 12px;	
	font-weight: bold;	
	line-height: 14px;	
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	height: 40px;
	border: 1px solid #000;
	display: inline-block;
	border-radius: 25px;
	padding: 12px 40px 0 40px;
}
*/

.whitePaper-button {
	font-size: 12px;	
	font-weight: bold;	
	line-height: 14px;		
	max-width: 240px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.whitePaper {
	padding-top: 80px;
}

@media (max-width: 839px) {
	.whitePaper-brochure {	
    width: 310px;
    max-width: 100%;
  }
}