/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wpee-link-button {
    background-color: #DF1756;
    color: #fff;
    height: auto;
    border: 1px solid #DF1756;
    padding: 12px 45px;
    font-size: 16px;
    border-radius: 4px;
}

.wpee-link-button:hover {
    background-color: #fff;
}