
ul.w-icon {
	list-style-type: none;
	margin-left: 2.2em;
	padding-left: 0; 
	}  
ul.w-icon > li { 
    position: relative; 
    margin-bottom: 0.2em; font-size:0.85em; 
	}	
span.w-icon {
    position: absolute;
    height: 1.2em !important;
    width: 1.2em !important;  
    background-repeat: no-repeat; 
    background-position: left center;
    color: grey;
    margin: 0 5pt;
	}
	
span.w-icon-file { background-image: url(file.svg); }
