table.puppyinfo {
	width: 6000px;
	border-collapse: collapse;
}

tr.puppies {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
    font-size: 18px;
	height: 300px;
}

td.name {
	width: 175px;
	white-space: nowrap;
	text-align: center;
}

td.pic {
	width: 1%;
	white-space: nowrap;
	text-align: center;
}

td.expand {
	width: 100%;
}

.sold {
	color: red;
	font-weight: bold;
}
