

.board-container {
	width: 100%;
	overflow-y: auto;
	max-height: 600px;
}

.first-level {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.column {
	min-width: 300px;
	position: relative;
	padding-right: 30px;
	vertical-align: top;
}

h5.status-name {
	margin: 0;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.board-card {
	width: 100%;
	height: 150px;
	background-color: #fff;
	background: linear-gradient(#f8f8f8, #fff);
	box-shadow: 2px 2px 16px -8px rgba(0, 0, 0, 0.4);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.board-card:hover {
	cursor: pointer;
}

a.board-link{
	all:unset;
}

.card-ids {
	width: 70px;
	height: 100%;
	position: relative;
	background: linear-gradient(#92bCa6, #A2CCB6);
	text-align: center;
	color: #FFFFFF;
	float: left;
}

.card-content {
	width: 300px;
	height: 100%;
	text-align: center;
}

.card-project-id {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: rgba(0, 0, 0, 0.15);
}

.card-requirment-id {
	display: block;
	position: absolute;
	bottom:  0;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: rgba(0, 0, 0, 0.15);
}

.project-info{
	font-size: 12px;
}

.contact-info{
	text-align: center;
	font-size: 12px;
}
