div.normative_references td:nth-child(1) {
   word-wrap: normal;
   width:15%;
   }
div.normative_references td:nth-child(2) {
   word-wrap: normal;
   width: 40%
   }
div.normative_references td:nth-child(3) {
   word-wrap: normal;
   width: 10%;
   }
div.normative_references td:nth-child(4) {
   word-break: break-all;
   word-wrap: break-word;
   width: 24%;
   }
div.properties_table td:nth-child(1) {
   width:40%;
   word-wrap:break-word;
   word-break: break-all;
   }
div.properties_table td:nth-child(2) {
   word-wrap: normal;
   word-break: normal;
   width: 15%;
   }
div.properties_table td:nth-child(3) {
   word-wrap: normal;
   word-break: normal;
   width: 15%;
   }
div.properties_table td:nth-child(4) {
   word-wrap: normal;
   word-break: normal;
   width: 30%;
   }
