.charsplus {
	width: 11px;
    height: 11px;
    margin: 0px;
    display: inline-block;
	position: relative;
}
	.charsplus:before {
		color: #27b73b;
		font-size: 17px;
		content: "\f058";
		font-family: 'awesome';
	} 
.inline-two-cols {
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
.full-picture img {
	max-width: 100% !important;
}
.picture-to-row {
	display: flex;
	flex-wrap: nowrap;
}
.picture-to-row > section,
.picture-to-row > p,
.picture-to-row > div,
.picture-to-row > img { 
	flex: 1 1 auto;
}
.picture-to-row ul,
.picture-to-row li {
	padding: 0px !important;
}
.picture-to-row li:before {
	content: none !important;
}
.picture-to-row img {
	max-width: 100% !important;
}