@import url(../../css/base.css);

table.amazon {
	border-width: thin;
	border-color: gray;
	border-style: outset;
	width: 99%;
	border-collapse: collapse;
}

th {
	color: white;
	background-color: navy;
	border-width: thin;
	border-color: gray;
	border-style: outset;
}

th.count {
	text-align: center;
	white-space: nowrap;
}

td {
	font-size: 90%;
	padding-left: 1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}