/* osp_term  */

.domene         {font-weight:bold;font-size:1.0rem;color:darkgreen;}
.kildedef       {font-style:italic;}
.termTekst_ref  {font-style:italic;}
.sprak          {font-weight:bold;color:darkmagenta;}

.termline       {display:flex;}
.termtag        {flex:0 0 6rem;color:green;}
.termval        {flex:1 1 10rem;max-width:30rem;}

.termtag::after     {content:":";}
.termval.hvd    {font-weight:bold;}

/*
.termtable  {max-width:30rem;}

table.termtable
    {
    border-spacing:0.2rem;
    empty-cells: show;
    border-style:none;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    }

display:inline-flex;flex-wrap:wrap;
.termlinebox    {display:flex;flex-direction:row;}
.termline       {vertical-align:top;}
.termtag        {border-style:none;padding-right:0rem;min-width:6rem;}
.termval        {border-style:none;padding-top:0;max-width:25rem;}


*/

