section.word88 {
 margin: 1ex;
 padding: 1ex;
 line-height: 1.6;
 border: solid 1px silver;
 border-radius: 1ex;

 h3 {
  color: darkred;
 }
}

section.word88 div.src {
 margin: 0.5ex;
 padding: 1ex;
 border-radius: 1ex;

 &:before {
  font-weight: bold;
  content: "Source: ";
 }
}

section.word88 div.cmt {
 margin: 0.5ex;
 padding: 1ex;
 border-radius: 1ex;
 &:before {
  font-weight: bold;
  content: "Notes: ";
 }
}

section.word88 div.def {
 margin: 0.5ex;
 padding: 1ex;
 border-radius: 1ex;
}

section.word88 div.def:before {
 font-weight: bold;
 content: "DEF: ";
}
