.widefat .column-wc_actions a.e2wl_ebay_order_fulfillment::after {content: "\f174";}

#e2wl_update_process_loader {font-weight: bold;}

.e2wl-dialog .ui-button-icon-only .ui-button-text,
.e2wl-dialog .ui-button-icons-only .ui-button-text {padding: 0px;}
.e2wl-dialog .ui-button.ui-button-text-only .ui-button-text {margin: 0px;}

/* place orders in bulk popup start */
.hover_e2wl_fulfillment{
	height: auto;
	position: fixed;
	bottom: 2%;
	width: 150px;
	background-color: black;
	color: white;
	opacity: 1;
	right: 5%;
	z-index: 99999;
	padding: 15px 1%;
	min-width: 250px;
	display: none;
	border-radius: 8px;
}

.hover_e2wl_fulfillment .tip {
	display: none;
	margin-top: 10px;
	border-top: 1px white solid;
	padding-top: 5px;
}

.hover_e2wl_fulfillment button {
	display: none;
	margin-top: 10px;
	background-color: white;
	border-radius: 5px;
	border: none;
	font-weight: bold;
	min-height: 24px;
	cursor: pointer;
}

.hover_e2wl_fulfillment button.payall,
.hover_e2wl_fulfillment button.close,
.hover_e2wl_fulfillment button.solve {
	background-color: lightgreen;
	color: white;
}
/* place orders in bulk popup end */