
.integer-filter
{
	display: flex;
}

.integer-filter > select
{
	flex-grow: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	outline: none;
	width: revert !important;
}

.integer-filter > input
{
	min-width: 50px;
	text-align: right;
}