
u {    
    border-bottom: 1px dotted;
    text-decoration: none;
}

.dotted-underline {    
    border-bottom: 1px dotted;
    text-decoration: none;
}

/*
.word {
  not defined here

*/
.ul {
  border-bottom: 1px dotted lightgray;
}
.ulv {
  border-bottom: 1px dotted;
}

.omwn {
  border-bottom: 1px dotted; /* silver;*/
}


sup.verse {
  /*font-variant: small-caps;*/
  font-size: 70%;
}

sup.test {
  font-variant: small-caps;
  font-size: 70%;
}

hr {
  width: 80%;
  border-top: 1px dotted #8c8b8b;
}

ol.eng {
  padding-left: 20px;
  list-style-type: lower-roman;
}
ol.omw {
  padding-left: 20px;
  /*list-style-type: lower-alpha;*/
}

ol.eng li, ol.omw li {
  margin: 0 0 0.5em 0;
  font-family: Helvetica, sans-serif;
}
.tttitle {
  font-weight: bold;
  font-size: 160%;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.ttlevel {
  float: right;
  font-size: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 4px;
  border-radius: 50%;
  background-color: gray;
  color: white;
}
.ttword {
  font-weight: bold;
  font-size: 140%;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  color: darkblue; /* crimson;*/
}
.ttmorph {
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 120%;
}
.ttpos {
    /*font-weight: bold;*/
    font-style: italic;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  }
.ttsense {
    font-weight: bold;
    font-size: 110%;
}
.ttdef{
    font-weight: normal;
    font-size: 110%;
}
.ttsample {
    font-style: italic;
    font-weight: normal;
    font-size: 80%;
}
.ttsynonym {
    /*font-variant: small-caps;*/
    /*font-weight: bold;*/
    font-size: 120%;
}
.ttcite{
    font-weight: normal;
    font-size: 100%;
}
.tteng {
  /*font-variant: small-caps;*/
  color: green;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}
.ttlang {
  color: crimson;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
}

.ttlink {
  font-weight: bold;
  font-size: 140%;
  cursor: hand;

}

.tiploader {
  width: 40px;
  height: auto;
  display: none;
  /*position: absolute;*/
  position: relative;
  right: 0px;
  bottom: 2px;
  float: right;
}


.footnote {
    font-weight: normal;
    font-size: 120%;
}

label.voclab {
  font-weight: bold;
  font-size: 90%;
  transition: opacity 2s ease-out;
  opacity: 0;
}
ol.vocab {
  list-style-type: decimal;
  padding-left: 0em;
  margin-left: 20px;
  transition: opacity 2s ease-out;
  opacity: 0;
  min-height: 50px;

}
ol.vocab li {
  font-size: 80%;
  padding-right: 30px;
  float: left;
}