.list-item{
 /* list-style:none;*/
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 10pt;
  line-height: 17pt;
}

/* NOTE :
 * Hidde the tooltip from tooltipster library 
 */

.list-item {
    list-style: none;
      position: relative;
        padding: 3px 0 2px 5px; 
}

.list-item::before {
    content: '•';
      position: absolute;
        top: 3px;
          left: 0;
          
}


.skills{
  word-spacing: 10px;
}
