.depot_stock_info{
	font-weight:bold;
}

.depot_stock_value{
	font-weight:normal;
}

/* add to any element in js: overlay the waiting spinner */
.waiting{
	background-image: url('../images/select2-spinner.gif');
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
	visibility: visible;
}
