/* Update notices */
.plugins .wcvat-plugin-notice {
	margin: 10px 0 0 31px;
}

#woocommerce-eu-vat-number-check.active th,
#woocommerce-eu-vat-number-check.active td {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.plugins #wcvat-license.active td:first-child {
	border-left: 4px solid #2ea2cc; /* blue */
}
.plugins #wcvat-license.active.update td:first-child,
.plugins #wcvat-update.active.update td:first-child {
	border-left: 4px solid #d54e21; /* red */
}
.plugins #wcvat-update td {
	padding-top: 0;
}
.plugins #wcvat-update .wcvat-plugin-upgrade-notice {
	background: rgba( 213,78,33,.1 );
	box-sizing: border-box;
	border: 2px solid #d54e21;
	border-radius: 3px;
	padding: 6px 10px;
}
.plugins #wcvat-update .wcvat-plugin-upgrade-notice > *:first-child {
	margin-top: 0 !important;
}
.plugins #wcvat-update .wcvat-plugin-upgrade-notice:before {
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #d54e21 transparent;
	content: '';
	display: block;
	height: 0;
	left: 13px;
	margin: 0;
	position: relative;
	top: -16px;
	width: 0;
}
.plugins #wcvat-update .wcvat-plugin-upgrade-notice ul {
	list-style: inside disc;
}

.wcvat-data.vat-info p { font-size: 10px; }
.wcvat-data { display: block; }
