/* ------------------------------------------------------------ *\
	Pros and Cons
\* ------------------------------------------------------------ */

.pros-and-cons h4 {
	text-transform: uppercase; 
	font-weight: 700; 
}

.pros-and-cons ul {
	list-style: none; 
	padding-left: 0;
}

.pros-and-cons li {
	position: relative; 
	padding-left: 31px; 
	margin-bottom: 11px; 
}

.pros-and-cons li > * { 
	display: inline-block; 
	vertical-align: middle; 
}

.pros-and-cons ul > li:before {
	content: 'add_circle';
	font-family: 'Material Icons'; 
	color: #72cd29;
	position: absolute; 
	top: -2px; 
	left: 0px; 
	font-size: 22px; 
	width: auto; 
	height: auto; 
	background-color: transparent; 
}

.pros-and-cons .col-xs-12:last-child li:before {
	content: 'remove_circle';
	color: #ff242e;
}
