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

#source-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;
}

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

.cutback-btn {
	width:150px; 
	height: 25px; 
	padding-top:1px; 
	border: 1px solid #006D89; 
	margin-left: 15px;  
	padding-left: 5px; 
}

.cutback-vertical-option {
	display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-color: transparent;
    background-color: #FFF;
    border-style: solid;
    border-width: 0 3px 0 0;
    padding: 20px 8px 2px 90px;
    margin: 0;
    color: #444;
}