.center {
	text-align: center;
}

/* http://css3.bradshawenterprises.com/sliding/ 
   https://www.the-art-of-web.com/css/infinite-photo-carousel/ */

.webix_gage_gradient {
	stroke: hsl(120, 100%, 50%); 
    animation: gage_dash 1.3s linear forwards;
    transition: stroke 1.3s linear, stroke-dasharray 1.3s linear;
}

 .webix_gage_gradient_point {
    transition: transform 1.3s linear;
}
