.table{
	background-color:white;
	width:100%;
	border-collapse: collapse;
	text-align:center;
	border-left:1px solid gray;
}
.table td,th {border-right:1px solid gray;padding:0px;border-top:1px solid gray;}
.table img{width:50px;}