#icon-woocommerce-importer {
	background-image: url(../images/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/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/notice.png) no-repeat center top;
}
#import-progress .merged mark.result,
#import-progress .imported mark.result {
	background: url(../images/success.png) no-repeat center top;
}
#import-progress .failed mark.result {
	background: url(../images/failed.png) no-repeat center top;
}
#import-progress .complete td {
	background: #97597f;
	border-color: #97597f;
	border-top: 4px solid #875072;
	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;
	box-sizing: border-box;
}
