body {
font-family:sans-serif;
font-size:100%;
}

tr {
height:100%;
}

tr td {
    position: relative;
    border: 1px solid #000;
    width:50vw;
    padding: 3px;
}
.entry {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.def {
color: green;
}

.defj {
color: orange;
}

.defs {
color: red;
}

.ss {
color: blue;
}

textarea {
  resize: none;
}

.vbutton {
    position: absolute;
    display: inline-block;
    margin: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    
}
.ebutton {
    position: relative;
    display: inline-block;
    margin: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    
}

.heb {
	 color: blue;

}

.strongs {
	 vertical-align: super;
    font-size: 0.5em;
    color: gray;
}

.parsing {
	font-size: 0.7em;
	color:black;

}