/*
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-W0500_BRN {
  background-image: url(W0500.f005d079.jpg);
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.icon-W0500_NVY {
  background-image: url(W0500.f005d079.jpg);
  background-position: -42px 0px;
  width: 32px;
  height: 32px;
}
.icon-W0500_IVO {
  background-image: url(W0500.f005d079.jpg);
  background-position: 0px -42px;
  width: 32px;
  height: 32px;
}
