/*
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-B1029_BLU {
  background-image: url(B1029.6330599e.jpg);
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.icon-B1029_BRD {
  background-image: url(B1029.6330599e.jpg);
  background-position: -42px 0px;
  width: 32px;
  height: 32px;
}
.icon-B1029_GRN {
  background-image: url(B1029.6330599e.jpg);
  background-position: 0px -42px;
  width: 32px;
  height: 32px;
}
.icon-B1029_BBL {
  background-image: url(B1029.6330599e.jpg);
  background-position: -42px -42px;
  width: 32px;
  height: 32px;
}
.icon-B1029_BRN {
  background-image: url(B1029.6330599e.jpg);
  background-position: -84px 0px;
  width: 32px;
  height: 32px;
}
.icon-B1029_RED {
  background-image: url(B1029.6330599e.jpg);
  background-position: -84px -42px;
  width: 32px;
  height: 32px;
}
.icon-B1029_YEL {
  background-image: url(B1029.6330599e.jpg);
  background-position: 0px -84px;
  width: 32px;
  height: 32px;
}
