#food-image {
    width: 50%;
    text-align: center;
    max-width: 200pt;
}

.marked {
    background-color: red;
    color: white;
}

.warning {
    color: white;
    background-color: red;
    font-weight: bold;
    font-size: larger;
}

.warning:before {
    display: inline-block;
    width: 15pt;
    height: 15pt;
    margin-right: 3pt;
    padding-bottom: 3pt;
    content: "";
    background: url("../img/warning_sign.gif") no-repeat bottom;
    background-size: 100%;
}