/* Base blocks */
.b-gauge               {position: absolute; width: 100%; height: 100%; box-sizing: border-box;}
.b-gauge__block        {position: absolute; overflow: visible; top: 25px; left: 0; bottom: 0; right: 0;z-index: -1}

/* Color circles */
.b-gauge__paths        {width: 100%; height: 100%;}

/* Arrow */
polyline.b-gauge__arrow{
	-moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    transform-origin: center;
}

/* Legenda */
svg.b-gauge__block text.legenda{
	text-transform: uppercase;
	white-space: pre;
}