#mod_lmf_quotes {
	width: 100%;
	margin: 50px 0 0;
	color: #FFFFFF;
	z-index: 15;
}
#mod_lmf_quotes.red {
	background-color: #E60F82;
}
#mod_lmf_quotes.green {
	background-color: #B8CE1D;
}
#mod_lmf_quotes.blue {
	background-color: #00A2E5;
}
#mod_lmf_quotes .inside {
	padding: 3%;
	font-size: 24px;
	text-align: center;
}
#mod_lmf_quotes .inside p {
	display: inline-block;
}
#mod_lmf_quotes .inside span {
	font-size: 12px;
}
#footer {
	background-color: #647984;
	color: #FFFFFF;
}