.n3xt-table-container select,
.n3xt-table-container input[type="search"],
.n3xt-table-container input[type="text"] {
		width: auto;
		display: inline-block;
		padding: 4px 10px
}

.n3xt-top,
.n3xt-bottom {
	display: flex;
	justify-content: space-between;
	margin: 3px 0;
}

.n3xt-table {
	margin-bottom: 0px;
}

.n3xt-table tbody tr:nth-child(even) {
		background-color: #f5f5f5;
}

.n3xt-table tbody tr:hover td {
		background-color: #eaeaea;
}

.n3xt-search {
	padding: 4px 10px !important;
}

.n3xt-pagination span {
	color: #888888;
	padding: 0px 5px;
	cursor: pointer;
}

.n3xt-pagination .active {
	color: #444444;
	font-weight: bold;
}

.n3xt-info {
	color: #888888;
}