.compatibility_table .bg-green {
	background-color: rgb(129, 215, 66);
}

.compatibility_table select {
	height: 50px;
}

.dt-length label {
	display: flex;
	align-items: center;
	gap: .5rem;
}
.dt-length label select {
	width: 60px;
}

.dt-buttons {
	margin-right: 0 !important;
}