a.button
{
	display: inline-block;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	box-shadow: 0 3px 7px 0 rgba(87, 71, 81, 0.2);
}

a.blue, a.green, a.orange
{
	background-color: #388E3C;
}

a.blue:hover, a.green:hover, a.orange:hover
{
	background-color: #2E7D32;
}
div.how-it-works {text-align:center;border-top:2px solid;border-top-color:#EEEEEE;border-bottom:2px solid;border-bottom-color:#EEEEEE;}

div.sign-up {text-align:center;}

h4.widget-title {text-indent: 100%;white-space: nowrap;overflow: hidden;}