.ebt-bootstrap-button {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.ebt-bootstrap-button .ebt-bootstrap-button-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.ebt-bootstrap-button.ebt-align-left .ebt-container {
  text-align: left;
}

.ebt-bootstrap-button.ebt-align-center .ebt-container {
  text-align: center;
}

.ebt-bootstrap-button.ebt-align-right .ebt-container {
  text-align: right;
}

.ebt-bootstrap-button.ebt-stretched .ebt-container .ebt-bootstrap-button-wrapper {
  width: 100%;
}

.ebt-bootstrap-button.ebt-stretched .ebt-container .ebt-bootstrap-button {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
}
