@CHARSET "UTF-8";

/* Removes the margins from labeled components */
.dietaryFlags > div.row > div > div.form-group,
.dietaryFlags > div.row > div > div.form-group > div.checkbox,
.limitSearch > div.row > div > div.radio {
	margin-top: 0px;
	margin-bottom: 2px;
}

.removeIngredient::before {
	content: "x";
	padding: 0px 2px;
	cursor: pointer;
}

/* pagination buttons */
table caption ul.pagination {
    float: inline-end;
}
ul.pagination > li.page-item:not(.disabled) > a.page-link:not(.active) {
    cursor: pointer;
}
