.structItem-metaItem--lastUpdate dt,.structItem-metaItem--downloads dt{
  font-size:0px;
}
.structItem-metaItem--downloads dd{
  margin-left:18px
}
.structItem-metaItem--downloads dt:before  { 
    font-family: FontAwesome; 
    font-size: 14px;
    position: absolute;
    margin-left: 0px;
    content: '\f019';
}
.structItem-metaItem--lastUpdate dt:before{
   font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    content: '\f017';
  margin-left: -15px;
}