.fork {
  border:0;
  position:absolute;
  top:0;
  right:0;
}

#demoOpen.open {
min-height:200px!important;
}

.col {
  width: 320px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
}
.c3 {
  margin-right:0;
}

h1 {
  border-bottom: 1px solid #333;
  font-size: 32px;
  color: #fff;
  padding-bottom: 12px;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

h2 {
  margin: 10px 0;
  color: #000;
  font-size: 18px;
  text-shadow: 1px 1px 2px #fff;
}

#css3-animated-example h3 {
  margin: 0;
  background: #ebf3f8; /* Old browsers */
background: -moz-linear-gradient(top,  #ebf3f8 0%, #d7e7ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf3f8), color-stop(100%,#d7e7ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebf3f8 0%,#d7e7ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebf3f8 0%,#d7e7ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebf3f8 0%,#d7e7ee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebf3f8 0%,#d7e7ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3f8', endColorstr='#d7e7ee',GradientType=0 ); /* IE6-9 */

  border:1px solid #d6e2e6;
  
}

#css3-animated-example h3 a {
  background: url(../images/sprite.png) 15px 13px no-repeat;
  display: block;
  padding: 10px;
  padding-left: 32px;
  margin: 0;
  color: #585858;
  text-decoration: none;

  font-size:15px;
 
  text-shadow: 1px 1px #FFF;
  
  	-webkit-transition: all 0.0s ease-out;
-moz-transition: all 0.0s ease-out;
-ms-transition: all 0.0s ease-out;
-o-transition: all 0.0s ease-out;
transition: all 0.0s ease-out;
 
}
#css3-animated-example h3:hover { background: #dcf1ff;  }
#css3-animated-example h3.open  { background:  #a7cbdd;}
#css3-animated-example h3.open a { background-position: 13px -70px; }
h3 + div { padding: 10px; }

h2 + div,
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 20px;
}

/* 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: #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-top:26px;
  padding-left:19px;
  padding-right:19px;
  padding-bottom:26px;
}
.content-rows {
	padding-bottom:13px;
}
.image-align-left {
	float:left;
	display:block;
	margin-right:22px;
	margin-bottom:22px;
}
.image-align-right {
	float:right;
	display:block;
	margin-left:22px;
	margin-bottom:22px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background: #e6f0f6;
  border:1px solid #d6e2e6;
  
}

/* Event example
--- */
pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}

/* Responsive design
--- */

