.delayed-order-tag {
	display: -webkit-inline-box;
	display: inline-flex;
	line-height: 2.5em;
	color: #777;
	background: #e5e5e5;
	border-radius: 4px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin: -.25em 0;
	cursor: inherit !important;
	white-space: nowrap;
	max-width: 100%;
}

.delayed-order-tag.green {
	background: #c6e1c6;
	color: #5b841b;
}

.delayed-order-tag.red {
	background: #eba3a3;
	color: #761919;
}

.delayed-order-tag span {
	margin: 0 1em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.delayed-order-tag span svg {
	width: 11px;
	position: relative;
	top: 1px;
}

#wp-admin-bar-delayed-orders > .ab-item {
	background: #c6e1c6 !important;
	color: #5b841b !important;
}

#wp-admin-bar-delayed-orders.has-delayed-orders > .ab-item {
	background: #eba3a3 !important;
	color: #761919 !important;
}