#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

#header li {
	float: left;
}

#header li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
#header li a:hover {
	background-color: #111;
	color: silver;
	text-decoration: none;
}

#header .active {
	background-color: #4CAF50;
}			

/* Add a gray right border to all list items */
#header li {
    border-left: 1px solid #bbb;
}

#header li:last-child {
    border-right: 1px solid #bbb;
    /*border-right: none;*/
}

/* Remove borders from DataTables pagination */
.dataTables_wrapper .pagination li {
    border: none !important;
    background-color: transparent !important;
}

.dataTables_wrapper .pagination li a {
    background-color: white !important;
    color: #0d6efd !important;
    border: 1px solid #dee2e6 !important;
}

.dataTables_wrapper .pagination li a:hover {
    background-color: #e9ecef !important;
    color: #0d6efd !important;
}

.dataTables_wrapper .pagination li.active a {
    background-color: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
}

#results {
	min-height: 400px;
}