.custom-report-hec-uliege, .custom-indicator-hec-uliege {
	display: inline-block !important
}

details[open] {
	margin-bottom: 12px;
}
details > summary {
  display: block;
  padding: 12px;
  width: 100%;
  color: #425476;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

details > summary > svg {
  float:right;
}

details > p {
  display: block;
  border-radius: 0 0 10px 10px;
  background-color: #f7f7f7;
  color: #425476;
  padding: 12px;
  margin: 0;
  margin-bottom: 10px;
}

details[open] summary {
  display: block;
  background-color: #425476;
  color: #ffff;
}

details[open] summary > svg {
  display: none;
}
