.component-button-sales {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 100;
    background-color: #CE7075;
    padding: 0.25em 1.5em;
    color: white;
    font-size: 1.25em;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 0 0 rgba(173, 54, 60, 1);
    border-radius: 5px;
    text-transform: uppercase;
}

.component-button-sales:hover {
    background-color: #C96065;
}

.component-button-sales:active {
    background-color: #C96065;
    box-shadow: none;
    position: relative;
    top: 2px;
}