.collapsible {
  background-color: #FFF9EC;  
  color: #9b6f12; 
  cursor: pointer;
  padding: 6px;
  width: 85%;
  border: none;
  text-align: left;
  outline: none;
  font-size: .88em; 
  /*--font: 1.37 em "Times New Roman",Courier;--*/
}

.active, .collapsible:hover {
  background-color: #dfcdbb;
  
}

.response {
  padding: 0 8px;
  max-height: 0;
  width: 85%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #FFF9EC;
  font-size: .99em;
}
/*#response p {
	font:1.37 em "Times New Roman",Courier color:#C1A081;
}  */