/*.w3-theme-l5 {color:#000 !important; background-color:#f6f6f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#dfdfdf !important}
.w3-theme-l3 {color:#000 !important; background-color:#c0c0c0 !important}
.w3-theme-l2 {color:#fff !important; background-color:#a0a0a0 !important}
.w3-theme-l1 {color:#fff !important; background-color:#818181 !important}
.w3-theme-d1 {color:#fff !important; background-color:#575757 !important}
.w3-theme-d2 {color:#fff !important; background-color:#4e4e4e !important}
.w3-theme-d3 {color:#fff !important; background-color:#444444 !important}
.w3-theme-d4 {color:#fff !important; background-color:#3a3a3a !important}
.w3-theme-d5 {color:#fff !important; background-color:#303030 !important}

.w3-theme-light {color:#000 !important; background-color:#f6f6f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#303030 !important}
.w3-theme-action {color:#fff !important; background-color:#303030 !important}

.w3-theme {color:#fff !important; background-color:#626262 !important}
.w3-text-theme {color:#626262 !important}
.w3-border-theme {border-color:#626262 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#626262 !important}
.w3-hover-text-theme {color:#626262 !important}
.w3-hover-border-theme:hover {border-color:#626262 !important}*/

body
{
    color:#626262;
     /*Verdana, Arial,'Sans-Serif';*/
    font-size: 1.1em;
    font-weight: normal;
}

body, h1, h2, h3, h4, h5, h6, h7 
{
    font-family: 'Noto Sans', sans-serif;
}

header { margin-top:-1px!important;}

.lunch-container { max-width:1200px; margin:auto; }

.lunch-inner-container { margin:20px;}

#HeaderImage {
    width: 100%;
}

#MainContent { overflow-x:hidden;}

table { border-collapse:collapse;}

.points-table { font-size:xx-large;}

.lunch-italic {font-style:italic;}

.lunch-link
{
    cursor:pointer;
}
.lunch-table thead { background-color:white;}
.lunch-table td {
    padding:16px 8px;
}

.lunch-table tr:hover {cursor:pointer;}