.bubble{background-color:#696969;border-radius:5px;color:#fff;font-size:11px;left:50%;opacity:0;padding:3px;position:absolute;top:10px;transform:translateX(-50%);visibility:hidden}.bubble,.bubble.show{transition:all .3s ease-in-out}.bubble.show{opacity:100%;top:-26px;visibility:visible}