#habla_topbar_div {
  background: #ff8727 !important;
  background-image: -o-linear-gradient(-89deg, rgba(255, 157, 79, 0.59) 0%, #ca6b20 100%) !important;
  background-image: -moz-linear-gradient(-89deg, rgba(255, 157, 79, 0.59) 0%, #ca6b20 100%) !important;
  background-image: -ms-linear-gradient(-89deg, rgba(255, 157, 79, 0.59) 0%, #ca6b20 100%) !important;
  background-image: linear-gradient(-179deg, rgba(255, 157, 79, 0.59) 0%, #ca6b20 100%) !important;
  -moz-box-shadow: inset 0px -1px 4px 0px rgba(255, 255, 255, 0.24) !important;
  box-shadow: inset 0px -1px 4px 0px rgba(255, 255, 255, 0.24) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.87) !important;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.24) !important; }

#habla_oplink_a:before {
  content: "";
  background-image: url("images/chat.png?1305833396");
  width: 26px;
  height: 23px;
  margin-right: 7px;
  display: inline-block;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.11);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.27), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.38);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.27), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.38);
  font-size: 12px;
  color: #f4b582;
  line-height: 22px;
  float: left;
  text-align: center;
  margin-top: -4px; }

@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #habla_oplink_a:before {
    background-image: url("images/chat@2x.png?1305833396");
    background-size: 12px 10px; } }
#gauges-callout-bubble {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 380px;
  top: 8px;
  width: 174px;
  height: 25px;
  border-radius: 5px;
  background: #468f6a;
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  line-height: 25px;
  padding-right: 12px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.24); }
  #gauges-callout-bubble:before {
    content: " ";
    background-image: url("images/chat-rep.jpg?1305833396");
    background-size: 100%;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: -3px;
    -moz-box-shadow: 1px 1px 0px 0px #095031;
    box-shadow: 1px 1px 0px 0px #095031; }
  #gauges-callout-bubble:after {
    content: " ";
    width: 6px;
    height: 6px;
    background: #468f6a;
    position: absolute;
    right: -3px;
    top: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
