@CHARSET "UTF-8";
.accordion:first-child {
   /* margin-top: 10px;*/
}
.accordion {
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;

	color: #000 !important;
	cursor:pointer;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 15px;

	line-height:21px !important;
	font-size:16px;
}
.small{
	font-size:12px;
	font-weight: bold;
	color: #4b2103;
}

.accordion .opnclsspan {
    display:block;
    float:right;
    padding:5px; 
	width:30px;	 
    /*background:url(downarrow.png) center center no-repeat;*/
	background-size: 15px 10px;
    white-space: nowrap !important;
    margin-top:5px;
}

.accordion .seccount {
    display:block;
    float:right;
    padding:0px; 
	width:30px;
    white-space: nowrap !important;
    text-align:right;
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration:none;
	color: #333 !important;
	cursor:pointer;
	background:none !important;

}

.accordion-close1 span {
    display:block;
    float:right;
    /*background:url(downarrow.png) center center no-repeat;*/
	background-size: 15px 10px;
    padding:10px;
	width:50px;
}

.accordion-close span {
    display:block;
    float:right; 
    padding:7px; 
	width:50px;	 
   /* background:url(downarrow.png) center center no-repeat;*/
	background-size: 15px 10px;
}

.accordion-open span {
    background:url(/icons/upngopay/images/downarrow.png) center center no-repeat;
}
.accordion-close span {
    display:block;
    float:right;
    background:url(/icons/upngopay/images/uparrow.png) center center no-repeat;
    padding:10px;
}


div.contentacco {
	/*background:#f0f0f0;
	background-color: rgba(80, 15, 0, .5);*/
    margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid #000;*/
border-bottom: 1px solid #DFDFDF;
padding-bottom: 10px;
background-color: #f8f8f8 !important;
}
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;
}