.treatwell-button {
    background-image: url(../img/icons/calender.svg);
    background-size: 35px;
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;

    position: relative;
    display: block;
    width: 185px;
    height: 32px;
    padding: 7px;

    background-color: #ABD02B;
    border-bottom: 2px solid #86AC00;
    border-radius: 2px;
}

.treatwell-button-text {
    color: #453432;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.treatwell-button-small {
    scale: 75%;
    left: -32px;
    line-height: 20px;
}

.treatwell-button-big {
    line-height: 25px;
}

.treatwell-button-small-text {
    top: 7px;
    right: 10px;
}

.treatwell-button-big-text {
    right: -20px;
}

.treatwell-button:hover {
    text-decoration: none;
    background-color: #94B912;
    border-bottom-color: #6D8C00;
}