/* write fixes for theme bugs into this file! always add descriptions of the bug the piece of css is trying to fix. */

/* Fix background of icons showing small black version of icon */
[class^="icon-"]
{
	background: none!important;
}