.table-container{
	border: 1px solid grey;
	border-radius: 6px;
	margin-bottom: 5px;
	margin-left: 0px; 
	margin-right:0px;
}


.table-border-down {
	border-bottom: 1px solid black;
}

.table-border-left {
	border-left: 1px solid black;
}

.table-container h5 , .table-container p{
	font-size: 11px;
}

.white-text {
	color: white;
	text-align: center;
}

.white-text h5{
	font-size: 13px;
	letter-spacing: 1px;
}

.black-block {
	background-color: black;
	border-top-right-radius: 3px;
}

.table-container img{
	width: 100%;
	max-width: 230px;
	display: block; 
	margin-left: auto; 
	margin-right: auto;

}



/* Small devices (landscape phones, 544px and up) */
@media (min-width: 200px) { 
	.product-descbox {
		height: 0px;
		display: table-cell;
		padding-bottom: 
	}
}

@media (min-width: 992px) { 
	.product-descbox {
		height: 250px;
		display: table-cell;
		vertical-align: bottom;
	}
	.table-container {
		display: flex;
	}
}

@media (min-width: 1200px) { 
	.product-descbox {
		height: 320px;
		display: table-cell;
		vertical-align: bottom;
	}
}



