*:not(:hover) > .annotation.full {
    display: none;
}
*:hover > .annotation.terse {
    display: none;
}
