h3 {
	margin-top: 50px;
	margin-bottom: 30px;
}

h1 {
    margin-top: 10px;
}

h1, h2, h3 {
	font-weight: 200;
}

h2 {
  font-weight: 300;
  font-size: 20px;
  margin-top: 30px;
}

/* File upload and progress */
.file-upload {
	width: 50%;
}

.progress {
    position: relative;
    margin-top: 15px;
    display: none;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
 }

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
 }

/* display blocks */
#results {
}

#progress_status {
}

/* nvd3 discrete bar chart */
#chart svg {
  	height: 400px;
	width: 800px;
}

/* Venn diagram */
.venntooltip {
	position: absolute;
	text-align: center;
	/*width: 128px;*/
	/*height: 16px;*/
	background: #333;
	color: #ddd;
	padding: 5px;
	border: 0px;
	border-radius: 4px;
	opacity: 0;
}


/* SPA */
.invisible {
	display: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  font-size: 12px;
}
.container .text-muted {
  margin: 20px 0;
}
