.listItem_title {
  font-weight: bold;
  font-size: 1.2em;
}

.listItem_title a {
  color: #000000;
  text-decoration: none;
}

.listItem_title a:hover {
  color: #404040;
  text-decoration: none;
}

.listItem_expander {
  padding-right: 7px;
}

.listItem_subItemsList {
  font-size: 0.8em;
  padding-left: 10px;
  padding-bottom: 10px;
}

.listItem_subItemsList a {
  color: #404040;
  text-decoration: none;
}

.listItem_subItemsList a:hover {
  color: #808080;
  text-decoration: none;
}

