Hello there.
Actually, there is a way to manipulate the bubble.
For example:
#explanatory-dictionary-tooltip dd { /* Added position and top+left */
position: relative;
top: 150px;
left: 100px;
margin: 0;
font-weight: normal;
}
This now lowers the box and moves it to the right.
Hope it helps!