#test-accordion{
    margin: 10px;
    border: 0px;
}

.accordion {
	position: relative; /* required for bounding */
}

.accordionButton{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: ;   
    cursor: pointer;
	text-align: center;
	display: inline;
}

.accordionButton-active{
	background: #fff;	
}

.accordionContent{
    overflow: hidden;	/* required for effect */
    background: ;
	padding: 2px;
	
}

#infotext {
	color: #474b4f;
	font-family: 'Alegreya', serif;
	font-size: 14px;
	text-align: justify;
}

#infotext h1{
	color: #fdcc99;
	font-size: 20px;
	font-style:italic;
	text-align: center;
}

#infotext h2 {
	font-size: 16px;
	font-style: bold;
	text-align: center;
}

#infotext p {
	font-size: 12px;
	font-style: bold;
	text-align: center;
}

#infotext a {
	
	color: #87a8b3;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
}






#registrycontent {
	text-align: center;
}