/* ---------------------------------------------------- */
table:not(.table-condensed){
  border-collapse:collapse;
  table-layout: fixed !important; /* don't remove. required for datatables. */
  border:0px;
  width:100%  !important; /* don't remove. required for datatables.*/
}
/* ---------------------------------------------------- */
/* default body color. */
tbody{
  background-color: white;
}
/* ---------------------------------------------------- */
