.five9-chat-button {
	font-size: 15px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: inline-block;
  position: relative;
  height: 29;
  border: none;
  border-radius: 20px 20px 0 0;
  margin: 0;
  padding: 10px 12px 0 40px;
  background: linear-gradient(#3396C6, #2281B8);
  color: white;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
}}
.five9-chat-button:after {
	content: " Now" !important;
}
#five9-popout-button {
	float: right;
}
