@charset "utf-8";
table{
	margin:1em 0;
	font-size:0.875rem;
}
table th{
	padding:0.5em 1em;
	color:#fff;
	text-align: left;
	background:#7c929d;
}
table td{
	padding:1em;
	background:#e6e6e6;
}
table + div{
	margin-top:2em;
}

@media screen and (max-width: 480px) {
	table{
		width:100%;
		border-collapse: collapse;
	}
	table th,
	table td{
		display: block;
	}
	img.w70{
		width:100% !important;
	}
}
