/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.icon-sprite.medium {
  background-image: url(left-right.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
}
.icon-sprite.small1 {
  background-image: url(left-right.png);
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
}
.icon-sprite.small2 {
  background-image: url(left-right.png);
  background-position: -20px 0px;
  width: 20px;
  height: 20px;
}
