body {
   font-size:14px;
  font-family:"Tahoma", Geneva, sans-serif;
  color: #333;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}

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

.col {
    position: relative;
    display: block;
    font-family: "Tahoma", Geneva, sans-serif;
    color: #333;
    font-size: 14px;
   
   
}
.c3 {
  margin-right:0;
}

h1 {
    font-family:"Tahoma", Geneva, sans-serif;
  font-size:14px;
    color: #333;
}
/* 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: #aaffff;
}

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

/* Responsive design
--- */
