.crb-td-nrCrt, .crb-td-codLiceu {display: none;}
#crbLocFiltre {
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
	gap: 20px;
}
#crbSearchCor {
	width: 10% !important;
}
#crbLocFiltre input, #crbLocFiltre select {
    flex: 40%;
}
#crbLocFiltre button {
	min-width: 120px;
	border: none;
	background: #ff7557;
	padding: 1.1rem 0;
	color: white;
	border-radius: 0.25rem;
    flex: 40%;
}
th.crb-td-descriere {
width: 25%;
}
td.crb-td-descriere {
max-width: 0;
overflow: hidden;
white-space: nowrap;
    text-overflow: ellipsis;
text-overflow: ellipsis " [Citește mai mult...]";
}
@media screen and (max-width: 600px) {
    #crbLocFiltre {
    	flex-wrap: wrap;
    }
    .crb-td-ddpf, .crb-td-descriere, .crb-td-tip {display:none}
}