<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-fluid {
	
}

.status {
	
}

.main {
	
}

.monospace {
	font-family: monospace;
}

.trustees {
	
}

/* STATUS PART */
.nav-tabs {
	border: 0;
	margin-bottom: 0;
}

.nav-tabs li {
	float: none;
}

.nav li {
	height: 32px;
	color: #777;
}

.nav li.active{
	color: #333;
}

.nav li.active .round{
	border-color: #888;
}

.connecting-line {
	background: #e0e0e0;
	position: absolute;
	z-index: 1;
	height: 106px;
	width: 2px;	
	top: 72px;
	left: 27px;
}

@media(min-width: 792px){
	.connecting-line {		
		top: 90px;
	}
}

.round {
	width: 26px;
	height: 26px;
	line-height: 23px;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	color: #555555;
	z-index: 2;
	position: absolute;
	text-align: center;
	font-size: 12px;
}

.text {
	display: inline-block;
	padding-left: 32px;
	padding-top: 4px;
}

/* MAIN PART */

.subtitle {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* TRUSTEE PART */
.trustee {
	background-color: #FAFAFA;
	border-radius: 4px;
	border: 1px solid #BBB;
	margin: 8px 0;
}

.trustee-title {
	font-weight: bold;
	color: #888;
	padding: 8px;
	border-bottom: 1px solid #BBB;
}

.trustee-body {
	padding: 8px;
}

/* Retrieve API */
#collapseRetrieve{
	overflow-x: auto;
}</pre></body></html>