body.widget-snippet  .get-free-link{
	margin:40px;
	text-align:left;
}
.widget-snippet  .get-free-link {
	text-align: right;
}
.widget-snippet  .get-free-link a {
	color: #fff;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 40px;
	background-color: #ed1a21;
	border: 2px solid #000000;
	border-radius: 6px;
	font-family: 'BebasNeue';
	line-height: 25px;
}
.widget-snippet  .get-free-link a:hover {
	color: #f3f0f0;
    text-decoration: none;
    background-color: #da1218;
}
