.xola-custom {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  /*padding: 20px;*/
  background-color: #b9d2dc !important;
  color: #000 !important;
  font-weight: bold;
  width: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 110px !important;
  margin: 0 imp !important;
}
.xola-custom.button::after {
  position: relative !important;
}
a.xola-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;

}
a.xola-button:focus {
  opacity: 1;
  outline: auto;
  z-index: 1;
}
