/*  Import Compass */
/******************************************************************************
Sprite Mixin
******************************************************************************/
/******************************************************************************
Extendible Sprite Class
******************************************************************************/
/* ========================================================================== Report Components ========================================================================== */
/* ========================================================================== Percent Chart (Format Mask) ========================================================================== */
.a-Report-percentChart { display: block; _border: 1px solid #D0D0D0; background-color: #F0F0F0; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; border-radius: 2px; overflow: hidden; height: 16px; vertical-align: inherit; }

.a-Report-percentChart-fill { height: 16px; background-color: #A0A0A0; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset; }

.u-RTL .a-Report-percentChart-fill { float: right; }
