#ndc-products {
	height: 580px; 
}

#ndc-products .grid-container {
	display: grid;
	grid-template-columns: 10% 35% 10% 45%;
	font-size: 12px;
	border-right: 0px solid #bbbbbb;
}

#ndc-products .header {
	justify-content: center;
	text-align: center;
}

#ndc-products .box {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #bbbbbb;
	border-right: 0;
	min-height: 50px;
	justify-content: center;
}

#ndc-products .box-selection {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.grid-container .bottom-box {
}

.ndcColumn {
	width: 120px;
}

div.box span input.MB_focusable {
	width: 420px;
}

div.box span input, div.box span textarea {
	border: 1px solid #eee;
	border-bottom: 1px solid #ddd;
}

#ndc-products input[type=submit] {
	width: 70px;
}

#ndc-products textarea {
	height: 120px;
	width: 427px;
}

#ndc-products label {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	width: 95%;
}

#ndc-products .ndc-products-image {
	max-height: 150px;
	max-width: 150px;
}

#ndc-products .loading {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
}

div.box span input {
	font-size: 12px;
}

.blueLink {
	color: blue !important;
    cursor: pointer;
}