<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	padding: 0;
	margin: 0;
	/*overflow: hidden;*/
	background-color: #FFF;
}

.bg-success {
	background-color: transparent;
}

h1 {
	display: none;
}

h3 {
	font-size: 1.65rem;
}

.panel .panel-title &gt; a {
	display: block;
}

.Reveal {
	display: none;
	margin: 5px;
	border: 1px solid #EEEEEE;
	box-shadow: 2px 2px 5px #666666;
	/*bottom: inherit;*/
}

.Reveal .container {
	width: 100%;
	max-width: 100%;
	padding: 20px 45px;
	position: relative;
	z-index: 777;
}

.Reveal .close {
	float: none;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	position: fixed;
	top: 20px;
	right: 20px;
	margin: 10px 10px 0 0;    
}

.Reveal .id_reveal-html {
	z-index: 777;
	top: 0;
	position: relative;
}

.box {
	border: 1px solid #888;
	background-color: #fff;
}
.box &gt; .items {
	margin-right: -15px;
	margin-left: -15px;
}
.box &gt; .items &gt; .item {
	padding: 20px;
}
.box &gt; .items &gt; .item .container {
	width: auto;
}
.boxtitle {
	padding-top: 40px;
}
.boxtitle p {
	margin-bottom: 0;
}

/* Match style to force.com site */

a {
	color: rgb(37, 116, 169);
}

.btn {

	text-transform: var(--lwc-textTransform,capitalize);
	color: var(--lwc-colorTextBrandPrimary,#FFFFFF);
	background-color: var(--lwc-colorBackgroundButtonBrand,rgb(255, 190, 0));
	border-color: var(--lwc-buttonColorBorderBrandPrimary,rgb(255, 190, 0));
	display: inline-block;
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	padding: 5px 24px;
	min-width: 135px;
	transition: all .2s;
	cursor: pointer;
	font-size: .9em;
	font-weight: 600;
}
.btn:focus {
	color: var(--lwc-colorTextBrandPrimary,#FFFFFF);
	background-color: var(--lwc-colorBackgroundButtonBrandHover,#cc9800);
}
.btn:hover {
	color: var(--lwc-colorTextBrandPrimary,#FFFFFF);
	background-color: var(--lwc-colorBackgroundButtonBrandHover,#cc9800);
}

.panel-group .panel {
	border-radius: 0;
}

pre.embed {
	border: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: "Courier New"
}</pre></body></html>