#MainPart_lbExpectedServiceTime,
#MainPart_lbExpectedServiceTimeTimeZonePostfix {
  display: none;
}
.queue .processbar-box .holder #expectedServiceTime {
  padding-left: 5px;
  font-family: inherit;
  font-weight: bold;
}

#MainPart_h2MessageOnQueueTicketTimeText,
#MainPart_h2MessageOnQueueTicketTimeTextTimeZonePostfix {
  display: none;
}

/* Change sent by Jeff: Friday 10/18 10:40am
"I forgot to mention that the original time elements in the modal need to be hidden. So the following should be added to the css."  */
#pConfirmRedirectTime > span {
	display: none;
}