
 .accordion {
    background-color: #f7f6f6;
    color: #000;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: red;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #fffaf8;
    max-height: 0;
	border-top: 2px solid #a92446;
	border-bottom: 2px solid #a92446;
    border-right: 2px solid #a92446;
    border-left: 2px solid #a92446;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
ul.second {
	list-style-type: disc;
}
.cursor  {
          pointer-events: none;
		  
		  border-bottom: 2px solid #a92446;
    

}
	
  
   
	
   
   
	
	