/* Make all images the same (small) size */

img       { height: 1em !important;
            width: 1em !important }

img:hover { height: auto !important;
            width: auto !important }
