




#wahanda-online-booking-widget {
  display: inline-block;
  margin: 0;
  height: 44px;
  line-height: 44px;
  border-bottom: 2px solid #86AC00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  background: #ABD02B;
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#wahanda-online-booking-widget span {
  display: inline-block;
  height: 44px;
  line-height: 47px;
  padding: 0 18px 0 58px;
  background: url("https://cdn1.treatwell.net/images/view/v2.i482051.w30.h30.x109F8E79.png") 14px 7px no-repeat;
  background-size: 30px 30px;
}
#wahanda-online-booking-widget:hover {
  border-bottom-color: #6D8C00;
  background: #94B912;
}
#wahanda-online-booking-widget:active {
  border-bottom-color: 2px solid #394000;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        #wahanda-online-booking-widget span {
          background-image: url(https://cdn1.treatwell.net/images/view/v2.i482054.w60.h60.xFFCF12C0.png);
        }
}