@charset "utf-8";

/* CSS Document */


 .collapsible {
	background-color: transparent;
  color: #000000;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 100%;
     vertical-align: top;
}


.open, .collapsible:hover {
  color: #000000;
}

.collapsible:after {
  content: none;
  color: white;
   font-weight: bold;
  float: right;
 

}

.open:after {
  content: none;
}

button.collapsible {
list-style: none;
text-decoration: underline;
font-weight: 500; 
}

    
.text {
  padding: 0px 3px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
   width: 95%;
    margin-bottom: 14px;
}

ul.none {
list-style: none;
}


p.collapsible:hover {
  color: #3E6B9C;
}

.smile {
   content: "\263A";
   font-size: 30px;
 } 
 