/* 
Theme Name:		 Kultark Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Kultark Theme is a child theme of Divi, created by ChildTheme-Generator.com
Author:			 Bedő Marci
Author URI:		 http://childtheme-generator.com/
Template:		 Divi
Version:		 1.0.0
Text Domain:	 kultark-theme
*/

.print table.datatable td {
    word-wrap:break-word;
    padding: 5px;
}

.print table.datatable {
    width: 100%;
    max-width:100%;
    border: 1px solid #f2f2f2;
    margin: 0 0;
}

.print table.datatable tr td:first-child {
    white-space: nowrap;
}


.striped-table tr {
  background: white;
}

.striped-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
