.evidenzia {
    background-color: lightyellow;
}

.evidenzia_def {
    background-color: green;
    color: white;
    padding: 2px;
}

.evidenzia_altro {
    background-color: lime;
}

.re {
    color: hotpink;
}

.colloc {
    color: green;
}

.metadati {
}

.bg-blue {
    background-color: #1a3d7f !important;
    color: white;
}

.metadati > li::after {
    content: " | ";
    word-spacing: 1em;
}

.xr_ref {
    color: blue;
    text-decoration: underline;
}

.significato {
    background-color: lightgreen;
    padding: 3px;
}

.commento {
    background-color: darkblue;
    color: white;
    padding: 3px;
}

.lemma {
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

.sense-definizione {
    text-decoration: none;
    color: black;
}


.cambio-pagina {
    background: #F7F2E2;
    z-index: 1;
    font-size: 12px;
    margin-bottom: 5px;
}

.cambio-pagina:before {
    content: "pagina ";
    font-size: 12px;
}


.antonym {
    color: red !important;
}

.inflected {
    color: blueviolet !important;
}

.derivation {
    color: coral;
}