/* CSS Document */

details {
  
 font-size: 1em;
  
    line-height: 1.5em;
}

details > summary {
    padding: 10px;
   
    font-weight: bold;
	 cursor: pointer;
}

details > p {
    font-size: 1em;
  
    line-height: 1.5em;
}

details[open] > summary {
 
}