/* hints */
.hint {
    position: fixed;
    width: 390px;
    padding: 5px;
    z-index: 2;
    margin-left: 15px;
    margin-top: 15px;
    visibility: hidden; /* opera doesn't repaint document when using display none */
    background-color: #FFE !important;
    border: 1px solid #000 !important;
    color: #333 !important;
}
.hint a, .hint a:visited, .hint a:hover {
    background-color: #FFE !important;
    color: #06C !important;
    text-decoration: none !important;
}
.hint a:hover {
    text-decoration: underline !important;
}
.hint_shown {
    visibility: visible;
}
