[SOLVED] Change Spacing on Tooltip

I would like to add more vertical space to the position of the tooltip so it has more space above the target element. Does anyone know how I would do this? Thanks!

Try adding margin-top/bottom to .tooltip in your CSS

Pefect! That worked well. Thanks so much.