.cta-button-root {
    display: block;
    text-align: center;
    color: white;
    background-color: green;
}

.cta-button-root.span-button {
    cursor: pointer;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 4px;
}
.cta-button-root.span-button.medium-width {
    width: 50%;
}

.cta-button-root.span-button.anchor-button {
    cursor: pointer;
}
.cta-button-root.span-button.anchor-button,
.cta-button-root.span-button.anchor-button:hover,
.cta-button-root.span-button.anchor-button:focus,
.cta-button-root.span-button.anchor-button:visited {
    color: white;
    text-decoration: none;
}

.cta-button-incentives-root {
    font-size: 12px;
    display: block;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,.156863), 0 3px 10px rgba(0,0,0,.227451);
    border-radius: 2px;
}

.cta-button-incentives-root.incentives-base {
    width: 100%;
    padding: 5px 5px;
    margin-bottom: 4px;
}
.cta-button-incentives-root.incentives-base.medium-width {
    width: 50%;
}

.cta-button-incentives-root .incentives-link,
.cta-button-incentives-root .incentives-link:hover,
.cta-button-incentives-root .incentives-link:focus,
.cta-button-incentives-root .incentives-link:visited {
    margin: 0 3px;
    color: black;
    text-decoration: underline;
}
