/* EIT highlight colors */

div.eit .concept_match,
div.eit .exact_match,
div.eit .complete_match {
    /* background-color: #FFF0B3; */
    background-color: #ffe26f;
    color: black;
}

div.eit .inexact_match,
div.eit .incomplete_match {
    /* background-color: #FFF7D3; */
    background-color: #ffec9f;
    color: black;
}

div.eit .bgeref_id,
div.eit .bgeref_err {
   font-weight: bold;
}
