@charset "utf-8";
table#history {
	width: 519px;
	}
	table#history th {
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #ccc;
		padding: 5px;
		white-space: nowrap;
		}
		table#history th span {
			font-weight: normal;
			}
	table#history td {
		padding: 5px 2px;
		border-bottom: 1px solid #ccc;
	}
