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

.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: 24px;

}
h2 strong{
    background: #fff;
    padding: 3px;
    border-radius: 4px;
    color: #000;
    border: 1px solid;
}

h3 {
  margin: 0;
  background:background: rgba(3,108,0,1);
background: -moz-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(112,191,123,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3,108,0,1)), color-stop(100%, rgba(112,191,123,1)));
background: -webkit-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(112,191,123,1) 100%);
background: -o-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(112,191,123,1) 100%);
background: -ms-linear-gradient(top, rgba(3,108,0,1) 0%, rgba(112,191,123,1) 100%);
background: linear-gradient(to bottom, rgba(3,108,0,1) 0%, rgba(112,191,123,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036c00', endColorstr='#70bf7b', GradientType=0 );
  padding:2px;
  color:#fff;
   border-radius:5px;
}

h3 a {
  background-color: #036c00;
  display: block;
  padding: 5px 10px; font-size:20px;
  padding-left: 32px;
  margin: 0;
  color: #fff;
  border-radius:5px;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px solid rgba(128, 10, 85, 0.5);
  text-shadow: 1px 1px 1px rgb(128,10,85);
}
h3:hover { text-decoration:none; }
h3.open  { background: #036c00; }
h3.open a { background-position: 13px -25px; }
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: 10px;
}

#css3-animated-example h3.open + div {
  height: auto;
  background:background: rgba(198,235,197,1);
background: -moz-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(198,235,197,1)), color-stop(100%, rgba(231,245,231,1)));
background: -webkit-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -o-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: -ms-linear-gradient(top, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
background: linear-gradient(to bottom, rgba(198,235,197,1) 0%, rgba(231,245,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ebc5', endColorstr='#e7f5e7', GradientType=0 ); border:2px solid #036c00; border-radius:5px;
}

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

/* Responsive design
--- */
@media screen and (max-width: 1056px) {
  body {
    width: 672px;
  }
  .c2 {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media
only screen and (max-width: 704px),
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    /*width: 320px;*/
  }
  .c1 {
    margin-right: 0;
    margin-bottom: 0;
  }
  h1 {
    font-size: 28px;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

}
