.item .item_description > .properties .property,
.item > .properties .property {
width:100%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  border-radius: 2px;
}
.item .item_description > .properties .property:before, .item > .properties .property:before {
  width: 0!important;
  height: 0!important;
}
.item .properties .property:nth-child(odd) {
  background-color: #eee;
}
