.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

.site-footer {
    padding: 22px 0px;
    padding: 1.375rem 0px;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    color: #333;
    background-color: white;
}

small.includes_tax {
visibility: hidden;
}

textarea {
    width: 98%;
}