.icon {
background: transparent none no-repeat center center;
display: block;
float: left;
margin-right: 2px;
height: 16px;
width: 16px;
}

  .icon:hover {
  text-decoration: none;
  }

.icon-zoom-in {
background-image: url('../../img/icons/magnifier-zoom-in.png');
}

.icon-download-feed {
background-image: url('../../img/icons/download-feed.png');
}

.icon-toggle-expanded {
background-image: url('../../img/icons/toggle.png');
}

.icon-toggle-collapsed {
background-image: url('../../img/icons/toggle-expand.png');
}

.icon-select-single,
.icon-select-multi {
padding: 0 0 0 2px;
height: 17px;
width: 17px;
}

  .icon-select-single {
  background-image: url('../../img/icons/ui-combo-box-blue.png');
  }

  .icon-select-multi {
  background-image: url('../../img/icons/ui-combo-box-multi-blue.png');
  }
