/*
		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
	*/
/*
    	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.
*/
.contentSection .evEditable img {
    height: auto;
    margin: /*style._content_two_third_gap(*/20px/*)*/;
    }
.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;
    }
.contentSection .evEditable p + img {
    margin-top: 0px;
    }
