.reveal .step 
{
	margin: 0 50px;
}

.reveal section img 
{
	border: none;
	background: none;
	box-shadow: none;
}

#flow
{
	font-size: 18px;
}

#flow i.fa
{
	font-size: 3em;
}

#flow .content
{
	/*display: none;*/
	background: #000;
	color: white;
	padding: 10px;
	border-radius: 8px;
	text-align: left;
	margin: 0 auto;
	width: 30%;
}

#flow .content .title
{
	color: #509c44;
	font-weight: bold;
}
