/*
		input-placeholder
		-----------------
		@fragment input-placeholder(#(0), #(1), #(2));
		#(0) is the colour for the placeholder text; e.g. #ff0000
        #(1) is the font style for the placeholder text; e.g. italic
		#(2) is the element selector; e.g. input.numeric
	*/
/*
		header-styles
		-----------------
		@fragment h1-h6-style
        used if heading styles not possible directly
	*/
/*
    	socialIcon
		----------
		@fragment socialIcon(#(0), #(1));
		#(0) is the icon font string; e.g. "\e600"
		#(1) is the colour for the icon; e.g. #ff0000
	*/
/*
    Content
    -------
    Styling changes specific to content areas.
*/
.main {
    background: /*style.section_background_color(*/#fff/*)*/;
    padding: 40px;
    }
.contentSection .evEditable img {
    height: auto;
    margin: /*style._content_two_third_gap(*/20px/*)*/ 0;
    }
.contentSection .evEditable img[align="left"] {
    margin-left: 0px;
    }
.contentSection .evEditable img[align="right"] {
    margin-right: 0px;
    }
.contentSection .evEditable img.last,
.contentSection .evEditable img:last-child {
    margin-bottom: 0px;
    }
@media (max-width:/*style._second_content_break_max(*/448px/*)*/) {
.contentSection .evEditable img {
    margin: 0 !important;
    }
}

.contentSection .evEditable p + img {
    margin-top: 0px;
    }
