@charset "utf-8";
/* CSS Document */

table    {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-spacing: 5px 5px;
}table tr th {
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(213,210,210,1.00) 0%,rgba(197,191,191,1.00) 100%);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(213,210,210,1.00) 0%,rgba(197,191,191,1.00) 100%);
	background-image: -o-repeating-linear-gradient(270deg,rgba(213,210,210,1.00) 0%,rgba(197,191,191,1.00) 100%);
	background-image: repeating-linear-gradient(180deg,rgba(213,210,210,1.00) 0%,rgba(197,191,191,1.00) 100%);
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
}
table tr td {
	text-align: left;
	/* [disabled]border-collapse: collapse; */
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
img{
	margin-top:15px;
	margin-bottom:15px;
	width: 100%;
	height: auto;
}
