table {
	table-layout: fixed;
	width: 100%;
	margin: auto;
	font-size: 75%;
	border-collapse: collapse;
}
th {
	width: 10%;
	background: #e6e6e6;
	color: #000;
}
td {
	margin: auto;
	width: 30%;
	color: #000;
}
.fig {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:640px){
	

table {
	width: 100%;
	margin: auto;
	border: none;

}
tr {
	display:block;
	margin-bottom: 0px;
}
th {
	display:block;
	width: 95%;
	margin: 0 auto 10px;
	background: #000000;
	color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
td {
	margin: auto;
	text-align: left;
	width: 100%;
	color: #000;
	display: block;

}
}