#original {
    width: 19em;
    vertical-align: top;
}
#translation {
    width: 19em;
    vertical-align: top;
}
#lexemes, #annotations, #notes {
    display: none;
}
#boxed-content {    
    position: absolute;
    top: 15em;
    left: 2em;
    height: 60%;
    width: 47em;
    padding: 1em;
    overflow: auto;    
}
#annotation-dialog {
    font-size: 1.1em;    
}
.line {
    display: block;
}
.annotated-text {
    font-size: 1.1em;
    line-height: 170%;
}
.headword  {
    font-size: 1.1em;
    font-weight: bold;
    font-style: italic;
}
.selectable {
    color: #333399;
    text-decoration: none;
    cursor: pointer;
}
.selectable:hover {
    text-decoration: underline;
}
#content ul.references {
    list-style: none;
    margin: 0;
    padding: 0;
}
#content ul.references li {
    margin: 1em 0 0 4em; 
    padding: 0;
    text-indent: -4em;
    background: none;
}
.example {
    margin-left: 7%;
    margin-right: 7%;
}
.focus {
    text-decoration: underline;
}
.hidden {
    display: none;
}
.buttongroup {
    padding-top: 1em;
}
.linenum {
    display: block;
    float: left;
    width: 2.5em;
    font-size: 90%;
}