
/*hides the inclusions quantity column*/
#records .row [class="col-xs-2 text-right"]{
	display:none;
	}
#records .row [class="col-xs-10"]{
    padding-left: 10%;
    width: auto;
}

/*hides the check boxes*/
[class="fa fa-square-o red"],
[class="far fa-square red"],
[class="fa fa-check-square-o green"],
[class="far fa-check-square green"] {
	display: none !important;
}
    
/*Hide the word 'checklist'*/
#booking-records > div.row.header-row.brand-btn-default-bg.brand-btn-default-color > div.col-sm-6 > span.header-label {
	display: none !important;
}

#Construction > option:nth-child(1),
#Construction > option:nth-child(2) {
	display: none !important;
	}
