details {
    border: 2px solid #8f8f8f;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin: 0.2em;
    padding: 1em;
  :focus{
    background: #ffffff !important;
  }
  }
  
  details > summary {
    background-color:#ffffff;
    cursor: pointer;
    padding-left: 1em;
    font-weight: bolder;
  
  }
  
  
  
  details > summary > * {
    display: inline;
  }
  
  details > * :not(summary){
    margin-left: 1em;
  }