﻿body, #menuContainer {
    font-family: Lato,Arial,sans-serif;
    color: #000;
    font-size: 10px;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

#menuContainer {
    width: 100%;
}

#MenuTitle div {
    display: inline-block;
}

#MenuTitle .titleItem {
    width: 40%;
}

#MenuTitle .titleOptions {
    margin-left: 5px;
}


#searchBox {
    display: none;
}

#MainContent_returnDiv {
    text-align: left;
}

.menuItem, .menuItem:not(.headerRow):not(.highlight):nth-child(2n+1) {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 0;
}


    .menuItem.headerRow {
        margin: 0;
        padding: 0;
        background: #fff;
        color: #000;
        border-bottom: double;
        border-top: double;
        border-color: #808080;
    }

        .menuItem.headerRow .itemDetails h3 {
            margin: 5px 0;
            font-size: 15px;
        }

    .menuItem .itemImage,.menuItem.hidden {
        display: none;
    }

.itemDetails {
    width: 40%;
    font-size: 10px;
    display: inline-block;
    font-weight: bold;
    margin-top: 5px;
}

.ingredients {
    display: none;
}



.menuItem.hasIngredients .ingredients {
    display: block;
}

.itemDetails .itemPrice {
    font-weight: normal;
    margin-left: 5px;
}

.menuItem .itemDetails {
    vertical-align: top;
    margin-bottom: 5px;
}

.menuItem.hasIngredients .itemDetails {
    margin-bottom: 0;
}

.menuItem.hasIngredients .ingredients {
    margin-bottom: 5px;
}

.itemDetails .itemDescription {
    border-top: none;
    font-weight: normal;
}

    .itemDetails .itemDescription .itemEnergy {
        margin-left: 5px;
    }

.allergenInfo, .optionInfo {
    /*width: 35%;*/
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

    .allergenInfo a:after, .optionInfo a:after {
        content: ',';
    }

    .allergenInfo a:last-child:after, .optionInfo a:last-child:after {
        content: '';
    }

.menuItem:not(.headerRow) .optionInfo:not(.empty):before {
    content: ' | '
}

.allergenName .allergenDescription {
    display: block !important;
}

    .allergenName .allergenDescription:before {
        content: '(';
    }

    .allergenName .allergenDescription:after {
        content: ')';
    }

.allergenInfo a img, .optionInfo a img {
    display: none;
}

.ingredients h4 {
    margin-bottom: 5px;
}

.ingredientsTab, .nutritionTab {
    display: none;
}

.allergenInfo .allergenItem img,
.optionInfo .optionItem img,
.customInfo .customIconItem span {
    width: 30px;
}

.allergenInfo .allergenItem,
.optionInfo .optionItem,
.customInfo .customIconItem {
    padding: 0.25em 0.1em;
    width: 35px;
    text-align: center;
}

    .allergenInfo .allergenItem span, .optionInfo .optionItem span {
        color: black;
        font-size: 10px;
        display: inline-block;
        vertical-align: top;
    }

.menuItem:not(.headerRow) .allergenInfo:not(.empty):hover, .menuItem:not(.headerRow) .optionInfo:not(.empty):hover {
    background: transparent;
    border: 1px solid rgba(0,115,119,0);
}

#mgDiv {
    margin-top: 10px;
    float: right;
    border: 1px solid;
    padding: 5px;
    margin-left: 10px;
}

    #mgDiv img {
        width: 80px;
    }

.MG-Tag {
    font-size: 15px;
    text-align: center;
    font-style: italic;
    font-family: lato;
    margin: 5px 0;
}
