/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2020, 9:51:24 AM
    Author     : Edwin
*/


.spaced-table td
{
   padding: .3em; 
}


.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td 
{
    white-space: normal !important;
}


.ui-datatable table {
   table-layout: auto !important;
}