.collapsible-header{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
line-height: 1.5;
padding: 1rem;
background-color: #fff;
border-bottom: 1px solid #ddd;
}
h4 {
font-size: 2.28rem;
line-height: 110%;
margin: 1.52rem 0 .912rem 0;
}
ul:not(.browser-default)>li {
list-style-type: none;
}
.collapsible.popout{
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
ul:not(.browser-default) {
padding-left: 0;
list-style-type: none;
}