<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Labs CSS*/

div.carouselContainer {
	margin: 20px auto 0 auto;
}

div.carouselContainer {
	width: 800px;
	overflow: hidden;
}

ul.carousel {		
	width: 10000px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
	
li.carousel{
	list-style: none;
	float:	left;
	width: 400px;
	margin: 0;
	padding: 0;
	}

.labsDropdown { 
	margin: 60px 0 0 0;
	width: auto;
}

.lab {
	margin: 0 0 0 20px;
	clear: both;
}
.titleBar {
	width: auto;
	background: #fce9da;
	color: #e16c33;
	height: auto;
	cursor: pointer;
	border: 1px #848484 solid;
}

.contentHidden {
	color: black;
	clear:both;
}

.changeSigns {
	float: left;
	display: table-cell;
	color: black;
	font-size: 22px;
	border-right: 1px solid #848484;
	text-align: center;
	background: #ffc394;
	width: 20px;
	padding:0 10px 0 10px
}

.contentHidden &gt; .container {
	height: 100%;
	text-indent: 50px;
}

.container &gt; p {
	margin: 20px;
}

.descriptionInfo {
	display: table-cell;
	padding: 0 0 0 20px;
	font-size: 19px;
	text-transform: uppercase;
}

.descriptionInfoName {
	font-style: italic;
}

.contentWithin {
	padding: 20px 20px 20px 20px;
	height: 100%;
}

.links {
	float:left;
	display: table-cell;
	width: 50%;
}

.externalResources {
	float:left;
	display: table-cell;
	width: 50%;
}

.downloadLink {
	font-size: 20px;
	clear:both;
	margin: 10px 0 10px 0;
}

.downloadImage {
	width: 20px;
	float: left;
	padding: 0 10px 0 0;
}

.externalResources {
	font-size: 20px;
}

.hidden {
	display: none;
}

.lab {
	margin-left: 40px;
}</pre></body></html>