.collapse-trigger h3 {
  font-size: 1.4em;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  margin: 0 0 0 0px;
  clear: both;
  padding-left: 20px;
  text-shadow: 1px 1px 0 #fff;
  padding-bottom: 3px;
  margin-bottom: 20px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top,#fafafa,#fff);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#fff));
  background-image: -webkit-linear-gradient(top,#fafafa,#fff);
  background-image: -o-linear-gradient(top,#fafafa,#fff);
  background-image: linear-gradient(to bottom,#fafafa,#fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffffffff', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 2px solid #eaeaea;
}
.collapse-trigger h3 span {
  margin: 0;
  display: inline-block;
  padding: 8px 0;
}
.collapse-trigger h3 span:before {
  content: "\f068";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin-right: 12px;
}
.collapse-trigger h3 span:hover {
  color: #97c312;
}
.collapsed h3 span:before {
  content: "\f067";
}
div.collapse > div {
  padding: 20px 0;
}