<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> .panel-group {
	 max-width: 1000px;
	 margin-top: 20px;
}
 .panel-default {
	 border-color: #e9e9e9;
}
 .panel-title {
	 max-width: 740px;
	 margin: 0 auto;
	 font-size:20px;
}
 .panel-body {
	 padding: 0;
	 max-width: 740px;
	 margin: 0 auto;
}
 .panel-group .panel {
	 border-radius: 0;
	 background-color: #f5f5f5;
	 box-shadow: none;
	 padding: 1rem 4rem;
}
 .panel-group .panel + .panel {
	 margin-top: 15px;
}
 .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
	 border-top: none;
}
 .panel-default &gt; .panel-heading {
	 background-color: none;
}
 .panel-default&gt;.panel-heading a {
	 position:relative;
	 color:#111;
}
 .expand-all {
	 margin-right:10px;
}
 .expand-all, .collapse-all {
	 padding: 0;
	 text-decoration: underline;
	 background: none;
	 border:none;
}
 .expand-all:hover, .collapse-all:hover {
	 text-decoration: underline;
}
 .expand-all:active, .expand-all:focus, .collapse-all:active, .collapse-all:focus {
	 outline:none;
	 text-decoration:underline;
}
 .panel-default&gt;.panel-heading a:after {
	 content: "";
	 position: absolute;
	 left: -1.5rem;
	 left: calc(-2rem - 14px);
	 font-size: .9rem;
	 top: 8px;
	 font-family: 'Glyphicons Halflings';
	 font-style: normal;
	 font-weight: 400;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
	 transition: transform .25s linear;
	 -webkit-transition: -webkit-transform .25s linear;
}
 .panel-default&gt;.panel-heading a[aria-expanded="true"]:after {
	 content: "\2212";
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
}
 .panel-default&gt;.panel-heading a[aria-expanded="false"]:after {
	 content: "\002b";
	 -webkit-transform: rotate(90deg);
	 transform: rotate(90deg);
}
 #pillar-accordion {
	 margin-left:auto;
	 margin-right:auto;
}</pre></body></html>