
.max-height-transition {
 /* transition: max-height .6s cubic-bezier(0,.98,0,.98);*/
  transition: max-height 0.25s cubic-bezier(.23,.61,.38,.98);
}
.collapser-indicator:before {
  content: "\25be";
}
[data-collapsed="true"] .collapser-indicator:before {
content: "\25b8";
}
.collapser-toggler {
padding-left: 5px;/*TODO same as others*/
}