div#ProjectColumns {
	display: flex;
	overflow: auto;
	margin-right: -30px;
	margin-left: -40px;
	padding-left: 40px;
	padding-right: 30px;
	height: calc(100vh - 92px);
}

.projectColumn {
	margin-right: 25px;
	min-height: 100%;
	width: 300px;
	min-width: 300px;
}

.columnHeader {
	background: #ffffff59;
	padding: 0px 15px;
	border-radius: 6px;
	margin-top: 20px;
}

.projectColumn:last-of-type {
	margin-right: 30px;
}
