#icon-woocommerce-importer {
    background-image: url(../images/wf-import.png) !important;
    background-position: -3px -5px;
}
.widefat_importer td {
    vertical-align: middle;
    padding: 5px 9px;
}
#import-progress {
    width: 100%;
}
#import-progress td, #import-progress th {
    padding: .5em 1em;
}
#import-progress td.status, #import-progress th.status {
    width: 32px;
}
#import-progress td.row, #import-progress th.row {
    width: 3em;
    text-align: center;
}
#import-progress td.reason, #import-progress th.reason {
    text-align: right;
}
#import-progress tr.importer-loading td {
    background: url(../images/wf-ajax-loader.gif) no-repeat center center;
    height: 32px;
}
#import-progress .merged td,
#import-progress .imported td {
}
#import-progress .skipped td {
    border-bottom-color: #dbcb83;
    background: #f2ecd2;
}
#import-progress .failed td {
    border-bottom-color: #e6adaa;
    background: #f2d3d2;
}
#import-progress mark.result {
    height: 0;
    display: block;
    line-height: 16px;
    overflow: hidden;
    padding: 16px 0 0 0;
}
#import-progress .skipped mark.result {
    background: url(../images/wf-notice.png) no-repeat center top;
}
#import-progress .merged mark.result,
#import-progress .imported mark.result {
    background: url(../images/wf-success.png) no-repeat center top;
}
#import-progress .failed mark.result {
    background: url(../images/wf-failed.png) no-repeat center top;
}
#import-progress .complete td {
    background: #000;
    border-color: #000;
    border-top: 4px solid #000;
    color: #fff;
    font-size: 1.5em;
    padding: .95em 1em 1em;
    text-align: center;
}
#import-progress .regenerating td {
    padding: 0;
}
#import-progress .regenerating div.progress {
    background: #464646;
    padding: .95em 1em 1em;
    color: #fff;
    overflow: hidden;
    width: 0;
    float: left;
    text-align: left;
    white-space: nowrap;
}
.update{
    background: #fff;
    border-left: 4px solid #fff;
    padding: 1px 12px;
    border-left-color: #46b450;
    margin-top: 10px;
}
.updated2
{
    background: #fff none repeat scroll 0 0;
    border-left: 4px solid green;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-right: 17px;
    margin-top: 10px;
    padding: 1px 19px;
}
#datagrid  { border-collapse: collapse; text-align: left; width: 80%; }
#datagrid {
    background: #fff; overflow: hidden; 
}
#datagrid  td{ padding: 3px 10px; }
#datagrid  th { padding: 3px 25px; color: #fff; background-color: #ccc; font-weight: bold;font-size: 15px; }

.woocommerce-message a.button-primary, .woocommerce-message button.button-primary{
    background: #0085ba none repeat scroll 0 0 !important;
    border-color: #0073aa #006799 #006799 !important;}
.woocommerce-message{border-left-color:#46b450 !important;}

.download_comment_csv {
    display: block;
    height: 2em !important;
    padding: 0 !important;
    position: relative;
    text-indent: -9999px;
    width: 2em;
}
.download_comment_csv::after {
    content: "";
    font-family: "dashicons";
    font-variant: normal;
    font-weight: normal;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    top: 0;
    width: 100%;
}



.help-tooltip:after {
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}



