#sidebar-1 .slide .zen-module-title,
#sidebar-2 .slide .zen-module-title {
  margin-bottom: 0px;
}
.moduletable.slide {
  padding-bottom: 0 !important;
}
.collapse-trigger h3 {
  float: none;
  cursor: pointer;
  margin: 0;
  line-height: 2em;
}
.collapse-trigger h3 span {
  margin: 0;
  display: inline-block;
}
.collapse-trigger h3 span:before {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin-right: 12px;
}
.collapsed h3 span:before {
  content: "\f067";
}
.slide-content {
  clear: both;
  float: left;
  width: 100%;
}