.content {
  overflow:hidden;
}
.demo, demo.h2 {
  /*max-width:240px;*/
  margin:0;
  background-color: white;
}
.collapse {
  /* padding:5px; */
}

#switch, .switch {
  /* --- for the expand all/collaps all link --- */ 
}
.expand{
  border-bottom: 3px solid #eee;
  background:#f8f8f8;
}
.expand a {
  display:block;
  padding:3px 10px;
  text-decoration: none;
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:none;
}
.expand.open a:link, .expand.open a:visited {
  /*border-style:solid;*/
  background:#eee url(images/arrow-up.gif) no-repeat 98% 50%;
}

.innerAccordion1 {
  overflow:hidden;
}

