#start-chat {
  width: 280px;
  background-color: #f8f8f8;
  border: solid 1px #B9B9B9;
  border-radius: 5px;
  box-shadow: 0 0 15px #888888;
}

#start-chat h4 {
  color: #333333;
  font-size: 18px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  margin: 25px;
}

#start-chat hr {
  border-top: 1px solid #D8D8D8;
  margin: 0 12px;
}

#start-chat-header {
  padding: 5px 0px;
  text-align: right;
}

#start-chat-close {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  background: 0 0;
  border: 0;
  padding: 0px 10px;
}

#start-chat-close:hover, #start-chat-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

#start-chat-content {
  text-align: center;
}

#start-chat-button-panel {
  margin: 0 12px 12px;
}

#start-chat-button:hover, #start-chat-button:focus, #start-chat-button:active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

#start-chat-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 0;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 4px;
  overflow: visible;
  -webkit-user-select: none;
  -webkit-appearance: button;
}
