#inventory_table {
	width: 99%;
	margin-top: 10px;
}

.inventory_cell {
	vertical-align: top;
}

.inventory_cell a {
	text-decoration: none;
	color: #4345AE;
}

.inventory_cell a:hover {
  color: rgb(255, 0, 0);
}

.first {
	color: red;
	font-weight: bold;
}

#maker_inventory #column_1 {
  width: 50%;
}
