@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Brandon Text","Trebuchet MS", Verdana, "sans-serif";
	font-size: 16px;
	color: #343434;
	background: #F9FDF1;
	padding: 0;
	margin: 0;
}
.wrapper {
	padding:20px 16px 300px;
	max-width: 640px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
h1{
	font-size: 2rem;
	line-height: 2.4rem;
	color: #72951f;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 0;
	font-size: 1.4rem;

}
h3.description{
	margin-top: 0;
	font-size: 1.4rem;
}
h3 {
	font-weight: 400;
	margin-top: 45px;
}
h3.s-space {
	margin-top: 10px;
}
img.inline {
	display: inline-block;
}
span.list {
	color: white;
	background: #8eb927;
	display: inline-block;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 1.5rem;
	text-align: center;
	margin-right: 3px;
	font-weight: 600;
}

h2.title {
	font-size: 1.3rem;
}


span.points {
	font-size: 150%;
	background: #4fb0d1;
	padding: 2px 10px;
	border-radius: 6px;
	display: inline-block;
	color: #fff;
	vertical-align: middle
}
.animat > h3 {
	background-color: #8eb927;
	padding: 10px 10px 10px 15px;
	border-radius: 6px;
	margin: 8px 0;
}
.animat > h3 a {
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	display: block;
	border-radius: 6px;
}
.animat > h3 a:before {
	display: inline-block;
	background: url("../images/sprite.png") 0 -14px  no-repeat;
	background-size: auto 26px;
	width: 15px;
	height: 15px;
	content: "";
	margin-right: 10px;
	-webkit-transition: all .5s ease;
	moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition:all .5s ease;
	transition: all .5s ease;
}
.animat > h3.open a:before {
	background-position: 0 5px; 
	-webkit-transition: all .5s ease;
	moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition:all .5s ease;
	transition: all .5s ease;
}

.restart {
	border:1px solid #e75d32;
	padding: 10px 10px 10px 15px;
	border-radius: 6px;
	margin: 8px 0 15px;
	color: #e75d32;
}




