div.attrezzature {
  margin: 0.5rem auto;
  float: left;
  width: 100%;
  text-align: left;
}

div.attrezzature label {
  display: block;
}

div.attrezzature label a img {
  width: 1rem;
}

div.attrezzature input[type="checkbox"] {
  float        : left;
  margin-right : 0.3rem;
}

div.attrezzature span {
  clear       : both;
  float       : left;
  margin-left : 1rem;
}

div.attrezzature label {
  display: table;
}