<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel {
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 2px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
	padding: 15px; }

.panel-heading {
	padding: 10px 15px;
	border-bottom: 2px solid transparent;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; }

.panel-heading &gt; .dropdown .dropdown-toggle {
	color: inherit; }

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit; }

.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
	color: inherit; }

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
	margin-bottom: 0; }

.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
	border-width: 2px 0;
	border-radius: 0; }

.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; }

.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px; }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0; }

.panel-group {
	margin-bottom: 20px; }

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 3px; }

.panel-group .panel + .panel {
	margin-top: 5px; }

.panel-group .panel-heading {
	border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
	border-top: 2px solid #8ec31f; }

.panel-group .panel-footer {
	border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 2px solid #8ec31f; }

.panel-default {
	border-color: #8ec31f; }

.panel-default &gt; .panel-heading {
	color: #333333;
	background-color: #ffffff;
	border-color: #8ec31f; }

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #8ec31f; }

.panel-default &gt; .panel-heading .badge {
	color: #f5f5f5;
	background-color: #ffffff; }

.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #8ec31f; }
</pre></body></html>