@font-face {
	font-family: 'awes';
	src: url('./font/awes.eot?58750335');
	src: url('./font/awes.eot?58750335#iefix') format('embedded-opentype'),
	   url('./font/awes.woff?58750335') format('woff'),
	   url('./font/awes.ttf?58750335') format('truetype'),
	   url('./font/awes.svg?58750335#awes') format('svg');
	font-weight: normal;
	font-style: normal;
}

.su-list ul {
    list-style: none !important;
    margin: 0 0 1.5em 0 !important;
    padding: 0 !important;
    line-height: 1.7em;
}

.su-list ul li {
    position: relative;
    list-style-type: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 4px 0 4px 2.2em !important;
}

.su-list ul li i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center;
    font-size: 1.3em;
    text-decoration: none !important;
}

.su-list ul li .fa {
    font-family: 'awes';
    font-style: normal;
}

.su-list ul li .fa-check-square-o:before {
    content: '\e800';
}