section.property_table td:nth-child(1) {
   width:40%;
   word-wrap:break-word;
   word-break: break-all;
   }
section.property_table td:nth-child(2) {
   word-wrap: normal;
   word-break: break-all;
   width: 25%
   }
section.property_table td:nth-child(3) {
   word-wrap: normal;
   word-break: normal;
   width: 15%;
   }
section.property_table td:nth-child(4) {
   word-wrap: normal;
   word-break: normal;
   width: 30%;
   }
