div.panels div.left-panel,
div.panels div.right-panel {
  font-weight: bold;
  color: #666;
  line-height: 1.5em;
  font-size: 1.1em;
}
div.panels div.left-panel ul,
div.panels div.right-panel ul {
  margin: 0;
  padding: 10px 15px 10px 15px;
  list-style-type: none;
}
div.panels div.left-panel ul li,
div.panels div.right-panel ul li {
  background: none !important;
  padding: 0 !important;
}
div.panels {
  margin-bottom: 15px;
}
div.panels div.left-panel h2,
div.panels div.right-panel h2 {
  font-size: 0.95em;
}