table.dataTable > thead > tr > th {
    color: #333333;
    border: 1px solid #cccccc;
    border-bottom-width: 2px;
    font-weight: 700;
	font-size:10px;
    padding: 7px 10px;
    background: #ffffff none;
}

table.dataTable  thead th.sorting_asc,
table.dataTable  thead th.sorting_desc,
table.dataTable  thead th.sorting:hover {
    background-color: #f0f0f0;
}

.dataTables_filter input[type="search"]{
	border: 0;
	border-bottom: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: 0!important;
}