body {
 
}

.fork {
  
}

.col {

}
.c3 {

}

h1 {
  
  
 
}

h2 {
 
  text-shadow: 1px 1px 1px #fff;
}

h1 {
  margin: 0;

  height:37px;
  margin-left:10px;
 
  margin-top:0px;
  font-size:18px;    
 
  
}

h1 a {
  
  display: block;
   margin: 0;
  text-decoration: none;
  font-size:15px; font-family:Verdana, Geneva, sans-serif;
 
  color: #000000; 
  padding-top:3px; 
 
  font-weight:normal;
 }
h1:hover {  color: #0033FF;}
h1.open  { background:url(../images/prd-hover.png) no-repeat; color: #FFFF00; }
h1.open a { background:url(../images/prd-hover.png) no-repeat; color: #0000FF;}
h1 + 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
--- */
h1+div {
  display: none;
}

/* CSS3 Animation example
--- */
#css3-animated-example h1 + 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-bottom:23px;

  }

#css3-animated-example .content ul li a {  
}

#css3-animated-example h1.open + div {
  height: auto;
  margin:auto;
  padding-left:28px;
  
}

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

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

.test { background: #ccc; padding: 10px; border-bottom: 1px solid #aaa;}
.test + div { background: #fff; padding: 10px; }

@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 {
  
  }
  .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 {
  
  }
}
	