@charset "UTF-8";
/* CSS Document */

.pageHeader{
	vertical-align:bottom;
	background-color:#003a70;
	
	height:50px;
}


#accordion{
	
}

#tab3xx{
	width:100%;
	/*margin-left:auto;
	margin-right:auto;*/
}

#styleguide{
	height: calc(100% - 200px);
	overflow-y: scroll;
	
}

#slider{
	height:530px;
	width:630px;	
	overflow-x: scroll;
	overflow-y: scroll;
}

#thumbset{
	/*width:10000px;
	height:1000px;	*/
}

#table3xx th{
	font-size:.7em;
	padding:.3em;
	vertical-align:bottom;
	text-align:center;
}
#table3xx td{
	font-size:.7em;
	padding:.4em;
	vertical-align:bottom;
	text-align:center;
	white-space: nowrap;
}

.cardtitle{
	text-align:center;
	background-color:#003a70;	
	color:#fff;
	height:2em;
	
}
.cardtitle p{
	padding-top:.25em;
}

.card{
	width:100%;
	margin-bottom:20px;
	
}
.cardbody p{
	margin-bottom: 5em;
}

.cardbody img{
	padding-top:1em;
	padding-bottom:.5em;
	width:100%;
	max-width:450px;
}

img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:.25em;
	
}

#tabs{
	height:368px;
	
}
#tabs3xx{
	/*width: 100%;*/
	/*background-color:#ff0;*/
}

#symbols{
	height:300px;
	overflow:scroll;
}

#terms{
	height:300px;
	overflow:scroll;
}

#terms .term{
	color:#FF0000;
	font-size:1.25em;
}

#terms .termdesc{
	width:100%;
	margin-bottom:2em;	
	font-size:1.25em;
}

#tableThreadForms td{
	padding-bottom: .75em;
}

.threadformname{
	width:150px;
	color:#ff0000;
}

.threadformdescription{
}