/**
 * For shortcodes/shortcode-shopping-list.html.php
 */
.ingredients-editable-list {
	min-height: 50vh;
	width: 100%;
}
.list-ctrl a {
	margin-right: 25px;
}
.ingredients-list {
	display: none;
}
.remove-from-list {
	margin-left: 25px;
}
.wait .hidden-wait,
.loading-gif {
	display: none;
}
.wait .loading-gif {
	display: inline !important;
	vertical-align: middle;
}