.ow-button-base {
  zoom: 1;
  /* All the special styles */
}
.ow-button-base:before {
  content: '';
  display: block;
}
.ow-button-base:after {
  content: '';
  display: table;
  clear: both;
}
.ow-button-base a {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1em;
}
.ow-button-base a .s