I'm not a pro in CSS but I'm trying to learn.
I have this little sandbox going on:

It's basically a bunch of icons with some extra detail that is displayed once you hover over the icon.
I've been playing around with CSS trying to make this work but I get erratic behaviour so far. Code is here
I wonder if I could somehow immitate a rich tooltip so it opens up when the icon is hovered over, and without changing the position of the other icons.
Any creative idea, including a change in basic design, will be gladly accepted.
My goal is to achieve this using CSS3 Transitions so minimal to no JavaScript is ideal.
Thanks!