.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

.col {
  width: 300px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}
.c3 {
  margin-right:0;
}

h3 {
  margin: 0;
  background-color: #666666;
  color:#FFFFFF;
}

h3 a {
  background: url("sprite.png") 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color:#FFFFFF;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
}
h3:hover { background: #FF6600; color:#FFFFFF;}
h3.open  { background: #FF6600; color:#FFFFFF; }
h3.open a { background-position: 13px -25px;}
h3 + div { padding: 10px; }

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

/* CSS3 Animation example
--- */
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #ffffff;
  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:4px;
}

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

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}
