
#agenda h5 {
  margin: 0;
  background-color: #fff;
  font-size: 1.2em; 
  font-weight: 700
}
h5.alt { background-color: #EDEDED !important}
h5.alt a {background-image: none}
h5 a {
  background-image: url("../images/sprite.png");
  background-position: 5px 12px ;
  background-repeat: no-repeat;

  display: block;
  padding: 10px;
  padding-left: 38px;
  margin: 0;
  color: #434343;
  text-decoration: none;
  border-bottom: 1px solid #D3D3D3;
}
h5 span { color:#f8b135 }
h5:hover a { color: #009ee2; }
h5.open a{ color: #009ee2; }
h5.open a { background-position: 5px -36px; }
h5 + div { padding: 10px; }
h2 + div,
.example {
  background: none;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* Pre hide sections with JavaScript on
--- */
h5+div {
  display: none;
}

/* CSS3 Animation example
--- */
.css3-animated-example h5 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition: all 0.3s ease;
}
.css3-animated-example .content {
  padding: 10px;
}

.css3-animated-example h5.open + div {
  height: auto;
  background: #bfecff;
}


