/*
*************************************************
* --- Created SEPT 20 2009 --- By Barbie Foster *
* Barbiegirl  http://userstyles.org/users/13023 *
* TITLE: WOT ICONS Tiny                         * 
* http://userstyles.org/styles/21110            *
*************************************************
*/

/*YOU CAN CHANGE ICON SIZE: IN -moz-transform: scale(.5,.5) CHANGE (.5,.5) TO (.4,.4) ETC. (KEEP BOTH NUMBERS THE SAME)*/

/* WOT Firefox Addon:: https://addons.mozilla.org/en-US/firefox/addon/3456 */


/*WOT ICONS FROM FIREFOX ADDON (Tiny)*/

[style="display: inline; cursor: pointer; padding-right: 16px; width: 16px; height: 16px;"],
[style="display: inline-block; cursor: pointer; width: 16px; height: 16px;"]
{
-moz-transform: scale(.5,.5) !important;
margin-left: -3px !important;
padding-bottom: 2px !important;
}

/*END*/