#chat-dialog {
  z-index: 2147483647;
  background: transparent none repeat scroll 0% 0%;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
  transition: none 0s ease 0s;
  position: fixed;
  width: 100%;
  max-width: 450px;
  height: 320px;
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  visibility: visible;
  transition:none 0s ease 0s;
  opacity: 1;
}
#chat-dialog-iframe {
  z-index: 10000001;
  background: transparent none repeat scroll 0% 0%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border: medium none;
  min-width: inherit;
  max-width: inherit;
  transition: none 0s ease 0s;
}

