#tbs-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tbs-items li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 115px;
}
#tbs-items li.last {
	margin-right: 0;
}
#tbs-items h2 {
	font-size: 120%;
	line-height: 1.5em;
	min-height: 3em;
	height: 3em;
}
#tbs-items h2 a {
	color: black;
	text-decoration: none;
}
#tbs-items p {
	margin-right: 5px;
}

#download-stock-list a {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.supplies-table {
	border: none;
	margin: 1em 0;
	padding: 0;
}
.supplies-table td {
	padding: 5px 10px;
	margin: 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 250px;
}
.supplies-table h3 {
	font-size: 1em;
}
