

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

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

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