#container {
  width: 980px;
  margin: auto;
}

.lda-selection-module {
  display: inline-block;
  border: 1px solid rgb(68, 48, 182);
  padding: 10px;
  width: 33%;
  border-radius: 4px; 
  margin: 20px;
}

.lda-selection-module h2 {
  font-weight: 300;
  font-size: 1.4em;
  text-align: center;
}

.lda-selection-module ul {
  list-style-type: none;
}

.lda-selection-module ul > li {
  padding: 5px;
}

#banner {
  width: 100%;
  background-color: darkblue;
  padding: 20px;
  color: white;
}
h1.title {
  font-weight: 300;
  font-size: 2em;
  text-align: center;
}

.model-info {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4em;
  width: 50%;
  line-height: 1.2em;
  font-size: 1em;
}

.model-info h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.show-info {
  color: rgb(79, 150, 209);
  font-size: 1em;
  cursor: pointer;
}

.model-info-description {
  display: none;
}

.model-info-description h3 {
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 1em;
}

#topic-sessions {
  margin-left: 2%;
}

#topic-sessions h3 {
  font-weight: 300;
  margin: 0px;
}

ol.sessions {
  margin-top:5px;
}

ol.sessions li {
  font-size: 0.9em;
  padding: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  opacity: 0.9;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




.jumbotron {
	background-color: #286dc0;
	color: white;
}

.topic-wordcloud {
	border: 1px solid grey;
	padding: 5px;
	margin: 2px;
	cursor: pointer;
}

.topic-title {
	font-size: 2em;
	text-align: center;
}

.y-axis {
	font-size: 1em;
}

.topic-sessions {
	margin-top: 4em;
}

.search-results {
	margin-top: 4em;
}