* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	background:#ffffff;
	font-family:"Raleway", sans-serif;
}

.tabs {
	position: absolute;
	display: inline-block;
	top:50%;
	left:50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background:rgb(255, 255, 255);
	box-shadow: 2px 2px 5px 2px #ccc;
	overflow: auto;
}

.tabs .headers {
	background: #b82c56;
	padding: 20px;
	display: flex;
}

.tabs .headers > div {
	position: relative;
	width: 25%;
	text-align: center;
	padding: 10px;
	z-index: auto;
	font-weight: 600;
	color: #ffffff;
	cursor: pointer;
}

.tabs .headers > div.active {
	color: #b82c56;
	background: #eee;
	border-radius: 10px;
	overflow-y: scroll;
}

.tabs .tab-content {
	flex: 1;
	position: relative;
	margin-top: 10px;
	height: calc(100% - 110px);
}

.tabs .tab-content > div {
	position: absolute;
	left: -100px;
	opacity: 0;
	transition: opacity 100ms ease-in 0ms,
				right 100px ease-in-out 0ms,
				top 0ms ease-in-out 3000ms;
}

.tabs .tab-content > div.active {
	text-align: center;
	top: 0px;
	left: 5px;
	opacity: 1;
	z-index: 100;
	transition: opacity 200ms ease-in 0ms,
				right 5000ms ease-in-out 0ms,
				top 0ms ease-in-out 0ms;
	width: 90%;
}

#nm_heatmap{
	float: left;
}

#logo-container {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.plogo {
	width: auto;
	margin: 20px;
}

.logo {
	width: auto;
	margin: 20px;
}

#download-button {
	display: block;
	background: #999fde;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	width: 200px;
	text-align: center;
}

#download-button-example {
	display: inline-block;
	background: #999fde;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	width: 200px;
	height:60px;
	text-align: center;
	margin-top: 15px;
}

.custom-file-upload {
	display: inline-block;
  	align-items: center;
  	justify-content: center;
  	text-align: center;
	background: #999fde;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	text-decoration: none;
	width: 200px;
	height: 60px;
}

#precomputed {
	font-size: 30px;
}

#dlbcl-feature-data {
	width: 1500;
}

#umap-div {
	width:900px;
	margin:auto;
}

#list {
	height: 50px;
	width: 250px;
}

#list2 {
	height: 50px;
	width: 250px;
}

#uponcompletion {
	padding-top: 30px;
	font-weight: bold;
	text-decoration: underline;
}

#descriptions {
	text-align: left;
}

#downloads {
	text-align: left;
}

#gsm_legend{
	text-align: center;
	list-style-type: none;
}

#broad_logo{
	margin-left: 80px;
	margin-right: 80px;
}

#intro-text {
	font-size: 30px;
	padding-top: 100px;
}

#results-table{
	width: 100%;
	font-size: 80%;
}

hr.rounded {
	border-top: 8px solid #bbb;
	border-bottom:20px;
	margin: 30px;
}

#list{
	margin-top: 30px;
	margin-bottom: 30px;
}

li {
    font-size: 15px;
    margin-left: 15px;
    list-style-type: disc;
 }

.ljs--lattice-plot .ljs--y-axis text {
    font-style: italic;
}

/**[id^='dlbcl-feature-data']{
    display: block;
	position: relative;
	left: 25%;
	margin-left: auto;
  	margin-right: auto;
}*/