run-list {
	display: flex;
	flex-flow: row nowrap;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#run-table-container {
	
}

.summary-container {
	
}

.summary-wrapper {
	position: absolute; 
	left: 0; 
	right:0;
	bottom:0;
	top:0; 
	overflow:auto;
}

.stacked-list-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

.job-list-wrapper {
	flex: 1 0 200px;
	position: relative;
}

.run-list-wrapper {
	position: relative;
	flex: 0 1 50%; 
	min-height: 200px;
}