/* Start custom CSS */.bbbutton {
    height: 90px;
}
.bbbutton #bbbutton span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);  
}/* End custom CSS */