@charset "utf-8";

#wheat table {
	margin-right: auto;
	margin-left: auto;
}

#wheat table tbody {
	font: bold 16px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #0000;
	text-align:justify;
	/*vertical-align: text-top;*/
	}
tbody tr {
	font-size:18px;
	text-align:center;
	

}

tbody th {
	font-size:18px;
	text-align:center;
	padding: 5px 40px 5px 40px;
	border:1px solid #ccc;
}
tbody tr td {
	border:1px solid #ccc;
}


.detials {
	text-align:justify;
	padding:5px 5px 5px 5px;
}
