.ce-cta-button.pos-left a {
  margin: 0 auto 0 0;
}
.ce-cta-button.pos-center a {
  margin: 0 auto;
}
.ce-cta-button.pos-right a {
  margin: 0 0 0 auto;
}
.ce-cta-button a.ce-ctab-link {
  color: #fff;
  line-height: 30px;
  border-radius: 8px;
  width: 100%;
  background: #5e8b98;
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 7px;
  transition: all 0.25s ease-in-out;
}
.ce-cta-button a.ce-ctab-link:hover, .ce-cta-button a.ce-ctab-link:visited, .ce-cta-button a.ce-ctab-link:active {
  color: #fff;
}
.ce-cta-button a.ce-ctab-link:hover {
  transform: scale(1.1);
}
.ce-cta-button a.ce-ctab-link .ce-ctab-inner.cta-button {
  display: inline-block;
}

/*# sourceMappingURL=ce-cta-button.css.map */
