﻿

.c3 {
	margin-right:0;
}

h3 {background: url(jsw-qh2.jpg) no-repeat; color:#1a6aa2;
}
h3 a {
	background: url(jsw-qh2.jpg) no-repeat;
	display: block;
	padding-left: 30px;
	width:180px; height:28px;
	margin: 0;
	color: #1a6aa2;
	text-decoration: none;
	font-weight: normal;
	margin-top:2px;

}
h3:hover {background:url(jsw-qh1.jpg) no-repeat;
}
h3.open {
	background:url(jsw-qh1.jpg) no-repeat;
}
h3.open a {
	background:url(jsw-qh1.jpg) no-repeat;
 
}
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;
}
h3+div {
	display: none;
}

#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; width:190px;
}
#css3-animated-example h3.open + div {
	height: auto;
	background: #fff;
}

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