#wrapper {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
 
.accordionButton {	
text-align:center;
	width: 500px;
	float: left;
	background: #fff;
	border-bottom: 1px dotted #000;
	cursor: pointer;
  color: #1a1997;
	}
 
.accordionContent {	
	width: 500px;
	float: left;
	background: #C1CAFE;
	display: none;
	}