/* Styles definition here */
     cpappbtable {
        width: 99%!important;
     }
     .cpappbheader1 {
         /* styles for the table header column #1, same exists for column #2, #3, ... */
		 width: 15%;
     }
     
     .cpappbheader2 {
         /* styles for the table header column #1, same exists for column #2, #3, ... */
		 width: 27%;
     }
     
     .cpappbheader3 {
         /* styles for the table header column #1, same exists for column #2, #3, ... */
		 width: 27%;
     }

     .cpappbheader4 {
         /* styles for the table header column #1, same exists for column #2, #3, ... */
		 width: 25%;
     }

     .cpappbtable .cpappbth th:last-of-type.cpappbheader4, td:last-of-type {
		 border-right-width: 2px;
	
     }
