﻿#sub-header {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
.item {
	margin-bottom: 10px;
	padding: 20px;
}
.name {
	font-weight: bold;
	font-size: 1.2em;
	color: #600;
}
.description {
	font-style: italic;
	height: 40px;
}
.price {
	font-weight: bold;
	font-size: 1em;
	color: #ff6a00;
}
.list-item {
	margin-left: 20px;
}
.selected {
	background-color: #fbe292;
}
td {
	width: 300px;
}