.percentage {
 | 
						|
  position: relative;
 | 
						|
  width: 300px;
 | 
						|
 | 
						|
  div {
 | 
						|
    background: @color-percentage-div-background;
 | 
						|
  }
 | 
						|
}
 | 
						
.percentage {
 | 
						|
  position: relative;
 | 
						|
  width: 300px;
 | 
						|
 | 
						|
  div {
 | 
						|
    background: @color-percentage-div-background;
 | 
						|
  }
 | 
						|
}
 |