.collapsibleContent-block {
  margin-bottom: 30px;
}
.collapsibleContent {
  text-decoration: none;
  padding: 4px 10px;
  margin: 0 0 2px 0;
  border-top: #f0f0f0 0px solid;
  background: white;
  font-size: 15px;
  font-weight: normal;
  cursor: pointer;
}
.collapsibleContent-open {
  background: white;
}
.collapsibleContent-open span {
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  background: url("minus.png") no-repeat center center;
  margin-top: 2px;
}
.collapsibleContent-close span {
  display: block;
  float: right;
  width: 17px;
  height: 17px;
  background: url("plus.png") no-repeat center center;
  margin-top: 2px;
}
.collapsibleContent-container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.anchorBlock {
  height: 0px;
  width: 0px;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
}
