/* here you can put your own css to customize and override the theme */
/* Hide HREF when printing */
@media print {
  a[href]:after {
    content: none !important;
  }
}

tr.clickable-row 
{
  cursor: pointer; 
} 