 table {
	margin:0 0 30px;
	width:100%;
}
 table th, table td {
  border: 1px solid #cccccc;
  padding: 15px;
  padding:18px;
}
table th img, table td img {
	max-width:100%;
}
 table thead {
	background:#eee;
}
 table thead th, table thead td {
	text-transform:uppercase;
	font-weight:900;
	color:#111;
}