#tooltip {
position: absolute;
z-index: 3000;
border: 2px solid #c0c0ff;
outline: 3px solid #ffffff;
background-color: #ffffd0;
padding: 5px;
font-size: 0.7em;
line-height: 1.2em;
left: 0;
}

#tooltip .footnote-backrefs { 
  display: none; 
}

#tooltip .body { border: 0; margin-bottom: 0; }