@CHARSET "UTF-8";
.accordion:first-child {
   /* margin-top: 10px;*/
}
.accordion {
	margin: 0;
	border-bottom: 1px dashed #fff;
	/*height:16px;
	border-top:#f0f0f0 1px solid;
	*/
	font-family: 'Oswald', sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color: #ffffff !important;
	/*font-size:0.8em;
	text-shadow: 2px 2px 5px #000000;*/
	font-weight: 300;
	cursor:pointer;
	letter-spacing: 1px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 15px;
	/*background-image: url(../images/wood_light.jpg);	
	background-position: left bottom;*/
	
	background-color: #ed1566;
	line-height:21px !important;
	font-size:16px;
}
.small{
	font-size:12px;
	font-weight: bold;
	color: #4b2103;

}
.accordion-open {
	background-color: #bdc125;
	/*background-color: rgba(201, 189, 158, 1);*/
    color: #fff !important;
	/*background-image: url(../images/wood_dark.jpg);
	background-position: left bottom;*/
}
.accordion-open span {
    display:block;
    float:right;
    padding:7px;
}
.accordion-open span {
    background:url(../images/minus.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(../images/plus.png) center center no-repeat;
    padding:10px;
}

div.contentacco {
	/*background:#f0f0f0;
	background-color: rgba(80, 15, 0, .5);*/
    margin: 0;
	padding:10px;
	font-size:1em;
	line-height:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #000;*/
}
div.contentacco ul, div.content p {
    padding:0;
    margin:0;
    padding:0px;
}
div.contentacco ul li {
    list-style-position:inside;
    line-height:25px;
	list-style-type: none;
}
div.contentacco ul li a {
    color:#555555;
}
code {
    overflow:auto;
}
