div {
/*
  padding: 0px 0px 8px 0px;
*/
}

div.indent {
  margin:0px 0px 0px 11px;
}

#content {
  margin:7px 0px 4px 9px;
}

#wordSearch {
  border-color: grey;
  border-width: 3px;
}

.dic {
  padding-bottom: 18px;
}

.bible {
  margin-bottom: 18px;
  border-bottom: 3px solid grey;
}

.title {
  display:none;
  font-size: larger;
  font-weight: bold;
  padding-bottom: 18px;
}

r, .ref, .nav {
    font-weight: bold;
    color: rgb(149, 165, 166);
}

.chap { color:blue; }
highlight { color:purple; font-weight: bold;}

.bibleRef { color: rgb(149, 165, 166); }

t,.bibleText { /* Bible text */
  color:blue;
}

w3,w4 { /* in Websters def */
  font-weight:bold;
}

l {
  /* Set the color of the link text */
  color: teal;

  /* Underline the link text */
  text-decoration: underline;

  /* Set the hover style for the link text */
  &:hover {
    color: blue;
    text-decoration: none;
    cursor: pointer;
  }

  /* Set the active style for the link text */
  &:active {
    color: red;
    text-decoration: none;
  }
}
