.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #003e67;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #003e67;
}
iframe#chatFrame {
  border: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
}

.embeddedServiceSidebarButton {
  background: #003e67;
}
