span.eConP a.ui-state-default {
    cursor: pointer;
    color: white;
    background-color: #cd1719;
    display: table;
    text-align: center;
    box-shadow: none;
    border-radius: 0;
    border-style: none;
    transition: color .15s ease-out,background-color .15s ease-out;
    line-height: 1.2;
    position: relative;
    padding: 1.125em 2em;
    font-weight: bold;
    flex-shrink: 0;
}