﻿#wrapper {
	width: 600px;
	float: left;
	margin: 20px;
}
.accordionButton {
	width: 400px;
	float: left;
	background: #a4c49d;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
}
.accordionContent {
	width: 400px;
	float: left;
	background: #bdd4b9;
	display: none;
}

