a {
    color: #fff;
}
.c-button--primary {
    background: #000 !important;
}
.c-alert {
    color: #fff !important;
    background: #000 !important;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}

.c-button {
    background: #000 !important;
    line-height: 1;
    font-size: 13px;
    padding: .75em 1.5em;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: inset 0 -0.1em 0 rgb(0 0 0 / 10%);
  color: #fff !important;
}
.c-input--text {
    width: 100%;
    padding: 7px;
    border: 2px solid #000 !important;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sales_lst a {
  color: #000;
  text-decoration: underline;
}