table{
	width:100%;
	text-align:center;
	table-layout:fixed;
	border-spacing:0px;
}

table tr .art{
}

table tr th, table tr td{
	text-align:center;
	padding:10px;
}

table tr td.art img{
	background-color:#fff;
	border-radius:25px;
	padding:10px;
	margin:10px;
	max-height:100px;
}

table tr:nth-child(even) td{
	background-color:rgba(0,0,0,0.1);
}

table tr:nth-child(even) td:first-child{
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}

table tr:nth-child(even) td:last-child{
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}