table.receipt-links a[href$="/0"] {
    display: none;
}

#receipt-container table.receipt-links input.copy-button {
    padding-bottom: 20px;
}

#receipt-container .images:not(.show) {
    display: none;
}

.ingredient-container {
    width: 100%;
}

.gallery-wrapper.ingredient-wrapper {
    display: math;
}

.gallery input[type="button"] {
    cursor: pointer;
}

.transparent {
    opacity: 0;
    cursor: text !important;
}