.toggler {
	border-bottom: 3px solid #ff9933;
	background-color: #cccccc;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	color: #006600;
	cursor: pointer;
}

.toggled {
	background-color: #ff9933;
	color: #ffffff;
}