@charset "utf-8";
/* CSS Document */

.toggler {
	color: #46641f;
	margin: 0;
	padding: 2px 5px;
	background: #46641f;
	border-bottom: 1px solid #2f470f;
	border-right: 1px solid #2f470f;
	border-top: 1px solid #709540;
	border-left: 1px solid #709540;
	font-size: 14px;
	font-weight: bold;
	font-family: 'arial', sans-serif;
	cursor: pointer;
}
 
.element {
 	background: #0d0d0d;
}
 
.element p {
	margin: 0 5px 0 5px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

