.btn-cheaper {
	display: inline-block;
	outline: none;
	text-align: center;
	border-radius: 0px;
	color: #4A71B1;
	font-size: 15px;
	margin-left: auto;
}
.btn-cheaper:hover,.btn-cheaper:focus {
	text-decoration: underline;
	color: #4A71B1;
}