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

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-S0090_BGR {
  background-image: url(S0090.56731b50.jpg);
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.icon-S0090_SPT {
  background-image: url(S0090.56731b50.jpg);
  background-position: -42px 0px;
  width: 32px;
  height: 32px;
}
.icon-S0090_BBL {
  background-image: url(S0090.56731b50.jpg);
  background-position: 0px -42px;
  width: 32px;
  height: 32px;
}
.icon-S0090_YEL {
  background-image: url(S0090.56731b50.jpg);
  background-position: -42px -42px;
  width: 32px;
  height: 32px;
}
