body {
	background-color: #47B2B2
}

table {
	border: #000000 1px solid;
	background-color: #47B2B2;
	float: left;
	margin-right: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

img {
	height: 250px;
	width: 250px;
	box-shadow: rgba(0,0,0,0.2) 15px 15px;

}

td {
	height: 75px;
	width: 75px;
}

td img {
	height: 75px;
	width: 75px;
	box-shadow: none;
}

