table.item_list {
    margin-top: 0.5em;;
}

table.item_list td {
    vertical-align: top;
}

.login_label {
    margin-bottom: 0.5em;
    margin-right: 1em;
}

#item_change_table {
    width: 100%;
}

#item_change_table >tbody > tr > th {
    padding-bottom: 0.75em;
}

.item_list_title {
    text-align: center;
}

.fruit_veg_heading {
    text-align: left;
    font-weight: normal;
    font-style: italic;
    padding-left: 2em;
}

.order_status {
	padding: 5px;
	border: 1px solid #B7B7B7;
	background-color: #C17021;
	text-align: center;
	color: white;
}

ul.box_status li {
    margin: auto;
}

.box_tally {
	width: 400px;
	border-collapse: collapse;
	margin-top: 10px;
	border: 2px solid #666;
	font-weight: bold;
}

.box_tally td {
	border: 1px solid #666;
	padding: 5px;
}

.price_cell {
	text-align: right;
}

.note_cell {
	font-weight: 200;
	font-size: 10px;
	font-style: italic;
}

.total_row {
	font-weight: bold;
	border-top: 2px solid #666;
	background-color: #C17021;
	color: white;
}
