.tabulator {
	border: 0;
}		
.tabulator .tabulator-header {
	border: 0;
}
.tabulator .tabulator-tableHolder {
	/*border-bottom: 1px solid #ddd;*/
}

.tabulator-row {
	background-color: #fff;
}
.tabulator-row.tabulator-row-even {
    background-color: #f7f7f7;
}
.tabulator .tabulator-header .tabulator-col,
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
	color: #fff; 
	background-color: #333; 
}	
.tabulator .tabulator-header .tabulator-col {
	text-align: center;
	font-size: 13px;
}
.tabulator-col-content {
	padding:  0 2px !important;
	font-family: arial;
	font-size: 13px;
}

.tabulator .tabulator-header .tabulator-col,
.tabulator-row .tabulator-cell {
	border-right: 2px solid #fff;
	height: 24px !important;
	font-family: Verdana;
	font-size: 11px;
	padding:  0 2px;
}
.tabulator-row.tabulator-selectable:hover {
    background-color: #fff6bf;
}

.tabulator .tabulator-footer {
	border-color:  #fff;
	background-color:  #fff;
}


.tabulator-placeholder {display: none !important;}
.tabulator-col-title {line-height: 24px;}
.tabulator .tabulator-header .tabulator-col {
  color: #fff;
  background-color: #000;
}
.tabulator-cell {line-height: 24px;}