MED { 
	font-family: "arial unicode ms"; 
	margin-left: 10px;
	direction: ltr
	}

ENTRYFREE {
	display: block;
	margin-top: 3em;
	margin-bottom: 3em;
	}
	
ENTRYFREE:before {
	content: "[ID: " attr(ID) "]"; color: #FF0000;
	         }
	         

ENTRYFREE[DUB="Y"]:before {
        content: "[ID: " attr(ID) "] ?"; color: #FF0000;
                 }
                 
FORM {
	display: inline;
	}      
	
ORTH  {
	display: inline; 
	font-weight: bold ; 
	}
	
FORM > ORTH:first-child {
        font-size: large;
        }
        
        
POS, USG {
        display: inline;
        font-style: italic;
        
    }

USG[REND="NORM"] {
        font-style: normal;
         }

ETYM {
        display: inline;
     }
     
ETYM:before {
     content: " [";
     }
     
ETYM:after {
     content: "] ";
     }
     
MS {
      display: inline;
   }
   
MS:before {
      content: " (";
      }
      
MS:after {
      content: ") ";
      }

         
XREF {
        display: inline;
        color: blue;
     }
     
HI {
       display: inline;
       font-style: italic;
    }

HI[REND="B"] {
        font-style: normal;
        font-weight: bold;
        } 


ETYM > HI[REND="B"] {
        font-style: italic;
        font-weight: bold;
        } 

SENSEGRP {
        display: block;
         }
         
SENSEGRP[N]:before {
        content: attr(N) ". ";
        font-weight: bold;
        }
        

SENSE {
        display: block;
	margin-top: 1em;
	margin-bottom: 1em;
        text-indent: 2em;
         }
         
SENSE[N]:before {
        content: attr(N) ". ";
        font-weight: bold;
        }

DEF {
        font-size: large;
        }
        
P {
        display: block;
         }

EG {
        display: block;
        text-indent: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
         }

EG[N]:before {
        content: "(" attr(N) ") " ;
          }
          
CIT {
        display: inline;
        }
        
BIBL {
        display: inline;
        color: brown;
     }
     
BIBL:after {
        content: ": "
     }
     
Q   {
       display: inline;
       color: blue;
    }
    
DATE {
       display: inline;
       font-weight: bold;
     }
     
TITLE {
       display: inline;
       font-style: italic;
      }
      
CIT[TYPE="B"]:before {
        content: "[";
                 }

CIT[TYPE="B"]:after {
        content: "]";
                 }
                 
STNCL { 
       display: inline;
       text-decoration: underline;
	
	}                 

LANG {
       display: inline;
       color: red;
       }
       
LB {
        display: block;
	
	}

NOTE {
        display: inline;
        color: green;
      }
      
NOTE:before {
        content: "(";
        }
NOTE:after {
        content: ")";
        }
        