/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 04 2019 | 04:52:48 (am)
/*
/******* Do not edit this file *******/

/*--bullet icon--*/
.uncode-list ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.uncode-list ul {
  margin: 2em 0;
}

.uncode-list ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #79dea8;;
}