Hide different values with CSS

CSS Code for hiding prices in the summary fields

.latepoint-w .latepoint-booking-form-element .latepoint-summary-w .os-summary-line .os-summary-value.os-summary-value-price {
	    display: none;
}

This css change is for price but just change the word price to another field value! (service, date, time)