body {
}

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

.col {
  width: 589px;
  float: left;
  margin-right:32px;
  margin-bottom: 16px;
  text-align:justify;
}
.c3 {
  margin-right:0;
}

h2 {
  margin: 10px 0;
  color: #000;
}

h3 {
  margin: 0;
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;

}

h3 a {
  display: block;
  padding: 3px;
  margin: 0;
  color:#905501;
  text-decoration: none;
}
.example {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

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

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

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

}

/* 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 {


  }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
  body {
    padding: 0 12px;
  }
}
