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

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

th {
	color: white;
	background-color: navy;
	border-style: solid;
	border-width: thin;
	border-color: grey;
}

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

th.sub {font-weight:normal;text-align:center;background-color:#FFFDF4;color:black;}

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