@font-face { font-family: Junicode; src: url('http://www.lel.ed.ac.uk/ihd/laeme2/tagged_data/fonts/Junicode.ttf'); } 
@font-face { font-family: Orm; src: url('http://www.lel.ed.ac.uk/ihd/laeme2/tagged_data/fonts/Orm.ttf'); } 
body{
  font-family: sans-serif;
  font-size:13pt;
  width: 98%;	
}


#thetext{
  font-family: Junicode;
  font-size:14pt;
  overflow: auto;
}

#key{
  position:absolute;
  right:5%;
  background-color:#c5bbc2;
}

.ital{
  font-style:italics;
}

.orm{
  font-family:Orm;
}

.superscript{
    vertical-align: super;
    font-size: smaller;
}

.prev{
  position:relative;
  display:inline;
}

.overlay {
    position: absolute;
    z-index:100;
    left:0.08em;
    bottom:0.1em;  
    font-size:0.8em;
}

.overlaycap {
    left: 0.2em;
    bottom:0.4em;  
}

table{
  border-collapse:collapse;
}



td{
    border-bottom: solid 2px #c5ccce !important;
    padding: 0.3em 0.2em;
}

.topBorder{
    border-top: solid 2px #c5ccce !important;
}

.insertion {
/*
  background-color: #76ffbb;
*/
}

.deletion {
/*
  background-color: #ff7676;
*/
}

.heading {
  font-weight: 900;
}

div.comment{
  width: 1000px;
}

.comment{
  background-color: #c6cbce;
  font-family: sans-serif;
  font-size:11pt;
}

.junicode{
  font-family: Junicode;
  font-size:13pt;
}

.bigger{
  font-size: 1.1em;
}

.bigger{
  font-size: 20pt;
  line-height: 18pt;
}