#instrument-list table {
	width: 100%;
}

#instrument-list tr:nth-child(2n) > td {
	background-color: #EEE;
}

#instrument-list td {
	vertical-align: middle;
	padding: 0.2em;
}

#instrument-list th {
	vertical-align: middle;
	padding: 0.3em 0.2em;
	background-color: #BBB;
}

.instrument-sort-svg {
	cursor: pointer;
}

.instrument-category-picker {
	display: flex;
	width: calc(100% + 0.5em);
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 -0.25em;
}

.instrument-category-picker a,
.instrument-category-picker input {
	flex-grow: 1;
	width: auto !important;
	margin: 0 0.25em 0.5em;
}

@media screen and (max-width: 767px) {
	.instrument-table-hidesmall {
		display: none;
	}
	
	.instrument-suche input {
		width: 100%;
	}
}