// Can this be deleted?

// Live chat button - bottom right
#live-chat {
  position: fixed;
  bottom: 0;
  right:10px;
  max-width:300px;
  min-width:190px;
  height:30px;
  background-color: @brand-primary;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:#fff;
  font-size:12px;
  box-shadow: inset 0 1px 0px 0 rgba(0,0,0,0.4), inset 0 2px 0px 0 rgba(255,255,255,0.7);
  cursor: pointer;
  z-index: 1;
}

#live-chat-img-wrapper {
  line-height:20px;
  width: 36px;
  height: 100%;
  position:absolute;
  display: inline-block;
  vertical-align: text-top;
  left: 0;
  text-align: center;
  padding-top: 6px;
  font-size:16px;
  cursor: pointer;
}

#live-chat-text {
  font-family: @font-family-sans-serif;
  padding-top: 7px;
  padding-left: 36px;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  padding-right:5px;
}

.live-chat-status {
  cursor: pointer;
}
