.popup {
  position: absolute;
  left: 0;
  top: 0;
  height: 25vh;
  width:100%;
  background: white;
  border:1px solid grey;
  border-top:none;
  z-index:1000;
  overflow:auto;
}

.popup h1{
	position:relative;
}
td {padding: 2px 5px;}
td input{margin:0 !important;height:1.5em !important;}
td .select-wrapper input.select-dropdown{height:1.5em;line-height:1.5em;}
