body {
  color : grey;
  line-height : 1.5em ;
  font-family : 'Muli', sans-serif,verdana,arial,helvetica;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  height: 100%;
}
.frame {
  overflow: auto;
  margin: 5px;
  border: 1px #eee solid;
  padding: 5px;
}
#fsvtext {
  flex-grow: 3;
  flex-basis: 0;
}
#lexframe {
  flex-grow: 2;
  flex-basis: 0;
}
a {
  cursor: pointer;
  color: black;
  text-decoration: none;
}
a:hover {
  color: blue;
}
a.highlight {
    background-color: gold;
}
a.underline {
  text-decoration: underline;
}
.ellipsis_content {
  display: none;
}
.fadeout {
  bottom: 0em;
  width: 100%;
  height: 4em;
  cursor: pointer;
}
.padd2{
  padding: 2px;
  margin-bottom: 5px;
}
