@keyframes dashicons-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Apply the animation when the class is present */
.dashicons-spin {
	-webkit-animation: dashicons-spin 1s infinite linear;
    animation: dashicons-spin 1s infinite linear;
}

.product-nutrient-list tr td[data-type="child"]{
	padding-left: 30px;
	font-style: italic;
}

.column-qualityguard_sync { width: 100px; text-align: center; }
.sedero-sync-button-admin .dashicons { line-height: 1.3; font-size: 16px; margin: 0; }
.sedero-sync-button-admin { padding: 0 8px; height: 30px; line-height: 28px; }
.sedero-sync-button-admin.disabled { background-color: #f0f0f1; cursor: default; }
