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.wrap_col_1 td:nth-child(1) {
   word-break: break-all;
   word-wrap: break-word;
   }


div.wrap_col_2 td:nth-child(2) {
   word-break: break-all;
   word-wrap: break-word;
   }


div.wrap_col_3 td:nth-child(3) {
   word-break: break-all;
   word-wrap: break-word;
   }

div.wrap_col_4 td:nth-child(4) {
   word-break: break-all;
   word-wrap: break-word;
   }


