

body, html, .input-container, .container{
	position: absolute;
	margin: 0;
	padding: 0;
}

body, html, .container{
	width: 100%;
	top: 0;
	left: 0;
	min-height: 100%;
}

.input-container{
	background: transparent;
	top: 150px;
	left: 80px;
	width: 800px;
	height: 600px;
	background: rgba(250, 250, 250, 1);
	overflow-y: scroll;
}

.select-container{
	background: #eee;
	position: absolute;
	left: 80px;
	top: 20px;
	width: 800px;
	color: #fff;
	height: 120px;
  display: flex;
  flex-wrap: wrap;
  overflow: scroll;
}
