.prod {
	width: 400px;
	display: inline-block;
	background-color: white;
	border: solid black 2px;
	border-radius: 10px;
}

.image {
	width: 150px;
	height: 150px;
	padding: 10px;
	float:left;
}

img {
	width: 150px;
	height: 150px;
	float: left;
}

.table {
	width: 200px;
	height: 200px;
	display: inline-block;
	padding: 10px;
	float: right;



}

.description {
	width: 350px;
	display: inline-block;
	text-align: center;
	margin: 30px;
	border: solid black 2px;
	border-radius: 10px;
}
