/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Summary container unordered list **/
.summary-container ul {
	
}

/** General >> Summary container list item (#1) **/
.summary-container li:nth-of-type(1) {
	list-style-image: none !important;
}

/** General >> Summary container list item (#2) **/
.summary-container li:nth-of-type(2) {
	list-style-image: none !important;
}

/** General >> Summary container list item (#3) **/
.summary-container li:nth-of-type(3) {
	
}

