/**
 * Copyright © PureClarity. All rights reserved.
 * See LICENSE.txt for license details.
 */

#deactivate-pureclarity-for-woocommerce {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    background: #007cba;
    border-color: #007cba;
    opacity: 1;
}

#cancel-deactivate-pureclarity-for-woocommerce {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #007cba;
    border-color: #007cba;
    opacity: 1;
    margin-left: 10px;
}