.info {
	border-bottom: 0;
	color: #1779ba;
}
.add-to-list {
    min-width: 180px;
}
button.small.loading:after {
    right: 7px;
    top: 7px;
}
.shopping-list table {
	width: 100%;
}
.item-added > span {
	color: #080;
	display: block;
	font-size: 0.75rem;
}
/*.item {
	background: #9f9;
}*/
@media print, screen and (min-width: 64em) {
	.tooltip {
	    min-width: 280px;
	}
    .units {
        width: 180px;
    }
}