#booking-records [class*="row result-row even"] > [class*="col-sm-6"]:first-child{
color : rgba(255, 0, 0, 0);
}

#booking-records [class*="row result-row even"] > [class*="col-sm-6"]:first-child strong{
color : black;
}

/*
.form-group:nth-of-type(2){
	display: none;
}
*/

/*
#termsAndConditions {
	background-color: #f2f2f2;
	 border-radius: 10px;
}
*/
#tnc {
background-color: #f2f2f2;
  height: 200px;
  width: 100%;
  overflow: auto;
  border-radius: 8px;
}