
/* Styling for FLS ID links */
.fls-id {
    font-family: monospace;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0.2em 0.4em;
    border-radius: 3px;
    text-decoration: none;
    border-bottom: 1px dotted #666;
}
a.fls-id:hover {
    background-color: rgba(0, 120, 215, 0.1);
    color: #0078d7;
    border-bottom-color: #0078d7;
}
.unknown-fls {
    border-bottom: 1px dashed #cc0000;
    color: #cc0000;
}

/* Styling for std library reference links */
a.std-ref code.docutils.literal.notranslate {
    border-bottom: 1px dotted #0078d7;
    text-decoration: none;
}
a.std-ref:hover code.docutils.literal.notranslate {
    background-color: rgba(0, 120, 215, 0.1);
    border-bottom-style: solid;
    border-bottom-color: #0078d7;
}
