.dashicons-before.options-icon:before {
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 5px;
}

.wc-sku-cleaner td {
	margin-top: 1em;
}

.wc-sku-cleaner .cleaner-divider {
	width: 30%;
	margin: 20px 0 20px;
}

.wc-sku-cleaner table.form-table th {
	padding: 10px 0px;
}

.wc-sku-cleaner table.form-table:last-of-type label[for^=auto_clean] {
	float: left;
	clear: both;
	margin-bottom: 8px;
}

.loader-img {
	margin-left: 8px;
	display: none;
}

.needless-child-list {
	display: none;
}

.search-result {
	display: none;
}

.result-td {
	vertical-align: top;
}

form.wc-sku-cleaner {
	margin-top: 16px;
}

.show-results {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 0 13px 2px 0;
	color: #0073aa;
	cursor: pointer;
}

.warning, .auto-clean-result {
	color: #cc0000;
}

.show-results i {
	position: absolute;
    top: 8px;
    right: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0073aa;
    width: 0;
    height: 0;
    transform: rotate(-90deg);
}

.show-results.open i {
	transform: rotate(0deg);
}

.show-results:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	border-bottom: 1px dashed #0073aa;
}

.show-results, .show-results:hover, .show-results:focus {
	border:none;
	outline: none;
}

.search-delete-section .description {
	font-size: 14px;
}

.search-delete-section h2 {
	margin: 24px 0 6px;
}

.search-td {
	width: 50%;
}

.automatically-settings-section {
	width: 50%;
	padding: 0;
}

.automatically-settings-section div {
	padding: 5px 16px;
	border: 1px solid;
}

.automatically-settings-section .like-plugin {
	border: none;
}

.search-delete-section td {
	padding: 5px;
	vertical-align: top;
}

.auto-clean-result {
	padding: 5px 0;
	display: block;
	font-style: italic;
	font-weight: bold;
}

.auto-clean-result i {
	color: #000;
}

.settings-lnk {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: .7;
	background: url('../img/ico_setting.png');
}

.settings-lnk:hover {
	opacity: 1;
}