@media screen and (min-width: 901px) {
	.bx_compare .bx_filtren_container {
		width: 10% !important;
	}
	.table_compare tr:first-child {
		height: auto !important;
	}
	.bx_compare .table_compare {
		width: 85% !important;
	}
}
@media screen and (max-width: 900px) {
	.bx_compare .bx_filtren_container {
	    overflow-y: auto;
	}
}