.spc {
  font-style: italic;
}
.autoCompleteBackground {
  border-left: thin solid #ccc;
  border-right: thin solid #ccc;
  border-bottom: thin solid #ccc;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
}

.autoCompleteHighlight {
  border-style: none;
  text-decoration: underline;
}

.autoCompleteNotSelected {
  background: #eee;
  padding: 4px 4px 4px 0;
}

.autoCompleteSelected {
  background: #ffc;
  padding: 4px 4px 4px 0;
}

.sectionList {
  font-size: 1.1em;
  line-height: 1.4em;
  padding-left: 1.8em;
}

.sectionList li {
  padding: 0.2em;
}
