.xeButton--fit { width: 100% }
.xeButton.xeButton--empty {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    border: none;
}
.xeButton.xeButton--outline {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
}

.xeButton:hover { cursor: pointer }
.xeButton {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.xeButtonEmpty {
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* keepus */
[data-theme="keepus"].xeButton--option-primary { background-color:#d3d7df; color: #fff; font-size: 14px; }
[data-theme="keepus"].xeButton.input-s { padding: 9px 24px; box-sizing: border-box;  line-height: 14px; }
[data-theme="keepus"].xeButton {
    color: #484848;
    background-color: #d3d7df;
}
[data-theme="keepus"].xeButton.xeButton--outline .indicator-label {
    font-size: 14px;
    line-height: 14px;
}
[data-theme="keepus"].xeButton.xeButton--outline {
    color: #767676;
    border: 1px solid #d3d7df;
    background-color: #fff;
    box-sizing: border-box;
}
[data-theme="keepus"].xeButton.xeButton--option-primary.input-s { padding: 10px 24px; }
