@charset "utf-8";
/* CSS Document */	
/* Move Uservoice tab over a little*/
#uvTab {
margin-right:25px;
}



/*SHOWCASE INFO PAGE*/

.container .row .col-md-5 .img-responsive.img-rounded {
	margin-left: auto;
	margin-right: auto;
}
.container #controls .row {
	margin-top: 50px;
}

.white-divider {
	border-top: 1px solid #FFFEFE;
}
.jumbotron .container hr {
	border-top: 1px solid #FFFEFE;
}

.expanding-section {
	padding: 1px 52px;
}
.expanding-section table {
	line-height: 2em;
	width: 50%;
}
.expanding-section p {
	font-size: 16px;
}
.expanding-section h4 {
	font-size: 23px;
	margin-top: 36px;
	color: darkslategrey;
}
.closed-section {
	cursor: pointer;
}

.section-divider {
	margin-top: 80px;
	margin-bottom: 100px;
	border-top:solid 1px #D8D8D8;
}

dl.feature-list-infopages dt {
	
	text-overflow: initial; /*fixes ellipses on long titles for Wikidata Viewer variable mapping list list*/
}
/*END SHOWCASE INFO PAGE */

















/******************** FOOTER ***********************
****************************************************/

.footer {
	min-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #333333;
	padding-bottom: 60px;
	color: #C8C8C8;
	text-align: center;
}
  .pre-footer > .jumbotron {
	background-color: #333333;
	margin-bottom:0px;
	padding-bottom:20px;
}
.pre-footer > .jumbotron p {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
} 
.pre-footer > .jumbotron h1 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	font-size: 45px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	 
}
.pre-footer > .jumbotron h3 {
	color: #FFFFFF;	 
}
.pre-footer > .jumbotron a {
	color: #E7E7E7;
}
.pre-footer > hr {
	padding-top:10px;
	padding-bottom:10px;
}
.pre-footer .jumbotron .container hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*LABS OVERLAY*/
/*move timeline up to make space for labs navbar*/
.labs-container {
 position: fixed;
    bottom: 51px;
	top:inherit;
}
