hr {
    border: 1px solid #CCC
}

img.thumb {
	border-left: 0px solid white;
	border-top: 0px solid white;
	border-right: 1em solid white;
	border-bottom: 1em solid white;
}

.description {
	text-transform: capitalize;
	font-weight: bold;
}

span.separator {
	color: gray;
}

table.cart {
	border: 1px solid gray;
	padding: .5em .5em;
}

input {
   font-size: 8pt;
   border: 1px solid #CCC;
   padding: .2em .2em;
}

.selector {
	text-decoration: underline;
}

pre {
	color: red;
	font-size: 12pt;
	text-align: center;
	letter-spacing: .2em;
}
