/* Variables */
@fontsize: initial;
@text_color: inherit;

.lrw-pie-chart {
	text-align: center;

	.lrw-pie-wrapper {
	    position: relative;
	    margin: 0 auto;
	}

    .lrw-pie-percent {
    	font-size: @fontsize;
    	color: @text_color;
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    margin-top: 0;
	}
}
