@charset "utf-8";
/* CSS Document */
table{
	border: none;
	background-color: #f1f3eb;
	margin: 15px 0;
	border: 0!important;
}
table th{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
	border: 0!important;
}
table tr{
	border: none;
	background-color: #f1f3eb;
	border: 0!important;
}
table td{
	padding: 5px;
	background-color: #f1f3eb;
	border: 0!important;
}

