.goals_1 {
margin: 20px 20px 10px 20px;
background:rgb(33, 32, 32);
padding: 10px 10px 10px 10px;
width: 220px;
text-align: center;
}
.button a{
	/* The section titles */
	
	font-family: 'Slabo 27px', serif;
	font-size:21px;
	height:34px;
	overflow:hidden;
	padding:10px 20px;
	position:relative;
	width:200px;
	color:#FFF !important;
	
}

.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}


.dropdown{
	/* The expandable lists */
	display:none;
	padding-top: 5px;
	width: 96%;
	margin: 0 auto;
	padding-bottom: 20px;
	background: rgb(244, 244, 244);
	margin: 0px 20px 0px 20px;
	
}

a{text-decoration:none;}


/* The styles below are only necessary for the demo page */

.clear{
	clear:both;
}
