#diag-cats {
  max-height: 38px !important;;
}

.cf7-sg-table input {
  padding: 1px !important;;
}
.cf7-sg-table select {
  height: 38px !important;;
  padding: 1px !important;;
}     
.cf7-sg-table input[type=number] {
  margin-right:5px !important;;
} 
.cf7sg-session-cost {
  -moz-appearance: textfield !important;;
}
.cf7sg-session-end-time {
  background-color:#e8f0fe !important;
  pointer-events:none !important;;
  -moz-appearance: textfield !important;;
}
.cf7sg-session-scholarship {
  background-color:#e8f0fe !important;;
  pointer-events:none !important;;
  -moz-appearance: textfield!important;;
}
.cf7sg-client-copay {
  background-color:#e8f0fe !important;;
  pointer-events:none !important;;
  -moz-appearance: textfield !important;;
}
.cf7sg-billed-amt {
  background-color:#e8f0fe !important;;
  pointer-events:none !important;;
  -moz-appearance: textfield !important;;
}
.cf7sg-diag-category {
  min-height:6em !important; 
}
#total-billed {
  background-color:#e8f0fe !important;;
  pointer-events:none !important;;
  -moz-appearance: textfield !important;;
}
[id*="bhfid"]{
  height:38px !important;;
}
.currency {
  font-size: 12px !important;;
  padding-left:12px !important;;
  text-align:right !important;;
}
.currency-symbol {
  padding: 10px 5px !important;;
  position:absolute !important;;

}
.cf7sg-session-cost::-webkit-outer-spin-button,
.cf7sg-session-cost::-webkit-inner-spin-button {
  -webkit-appearance: none !important;;
  margin: 0 !important;;
}
.cf7sg-client-copay::-webkit-outer-spin-button,
.cf7sg-client-copay::-webkit-inner-spin-button {
  -webkit-appearance: none !important;;
  margin: 0 !important;;
}
.cf7sg-billed-amt::-webkit-outer-spin-button,
.cf7sg-billed-amt::-webkit-inner-spin-button {
  -webkit-appearance: none !important;;
  margin: 0 !important;;
}
#total-billed::-webkit-outer-spin-button,
#total-billed::-webkit-inner-spin-button {
  -webkit-appearance: none !important;;
  margin: 0 !important;;
}

                                                                                                                                                                                                                                                                                                