.banlist-content {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #ccc;
}
.banlist-table {
	width: 100%;
}

.banlist-table thead tr {

	color: #1a1a1a;
}
.banlist-table thead tr th {
	text-align: center;
	padding: 10px 0px;
}

.banlist-table tbody tr {
	background: rgba(255, 255, 255, 0.04);
}

.banlist-table tbody tr td {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.056);
}

.banlist-search {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.banlist-search input[type="submit"] {
	background: #4465e6;
	color: #fff;
	border: none;
	text-decoration: none;
	font-size: 14px;
	width: 80px;
	padding: 0;
}
.banlist-search input {
	color: rgba(255, 255, 255, 0.8);
	background: rgba(255, 255, 255, 0.056);
	border: none;
	height: 35px;
	padding-left: 10px;
	margin-right: 3px;
	font-size: 14px;
}