#webchat .rw-launcher, #webchat .rw-header, #webchat .rw-close-button, #webchat .rw-client, #webchat .rw-avatar {
    background-color: #e67301 !important;
}

.rw-conversation-container .rw-title.rw-with-avatar {
    color: white !important;
}

@media screen and (max-width: 600px) {
   div#footer {
      margin-bottom: 15em;
      }
   /*
   .rw-widget-container {
      bottom: 5em !important;
   }
   */
   button.rw-launcher {
      margin-right: 80px;
   }
}

.rw-widget-container.rw-chat-open {
bottom: 0em !important;
z-index: 10002;
}

img.rw-open-launcher  {
    display: inline;
}

@media (min-width:1000px) {
#webchat .rw-widget-container.rw-chat-open .rw-conversation-container {
  width:700px;
}}
.rw-widget-container .rw-conversation-container li:last-child {
  margin-bottom: 1em;
}
