﻿body {
    font-family: 'Comic Sans MS';
    margin-left: 4px;
}
tr img{
    font-family: 'Comic Sans MS';
    vertical-align: top;
}
tbody tr img {
    font-family: 'Comic Sans MS';
    vertical-align: auto;
}
textarea {
    width: 46%;
    padding: 5px;
    margin: 5px;
}
input {
    font-size: 12px;
    font-family: 'Comic Sans MS';
}
input[type=tel], input[type=date], input[type=time], input[type=email], input[type=password] {
        width: 46%;
}
input[type=submit], input[type=button] {
        font-family: 'Comic Sans MS';
        background-color: yellowgreen;
        border: none;
        font-size: x-large;
        color: white;
        padding: 20px 52px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
}
#customerinfo input {
    width: 46%;
    padding: 5px;
    margin: 5px;
}
#hideCC{
    font-size: 16px;
    padding: 2px;
}
.revBox {
    margin-left: 5px;
    padding: 2px;
    width: 40px;
}
.locations {
            border: 2px solid black;
            padding: 5px;
        }

#breakfast{
    font-size: 20px;
    font-weight:bolder;
    color: orange;
    margin: 15px 0 5px 5px;
}
#lunch {
    font-size: 20px;
    font-weight: bolder;
    color: forestgreen;
    margin: 15px 0 5px 5px;
}
#pizza {
    font-size: 20px;
    font-weight: bolder;
    color: purple;
    margin: 15px 0 5px 5px;
}
#soup {
    font-size: 20px;
    font-weight: bolder;
    color: blue;
    margin: 15px 0 5px 5px;
}
#sweets {
    font-size: 20px;
    font-weight: bolder;
    color: red;
    margin: 15px 0 5px 5px;
}
#allinclusive {
    font-size: 20px;
    font-weight: bolder;
    color: darkblue;
    margin: 15px 0 5px 5px;
}
#worldflavors {
    font-size: 20px;
    font-weight: bolder;
    color: deeppink;
    margin: 15px 0 5px 5px;
}
#snacks {
    font-size: 20px;
    font-weight: bolder;
    color: cornflowerblue;
    margin: 15px 0 5px 5px
}
.foodname {
    font-weight: bold;
    margin-left: 5px;
    
    display: inline;
    font-size: 16px;
}
.foodnameList {
    font-weight: bold;
    margin-left: 5px;

    display: inline;
    font-size: 16px;
}
.fooddesc {
    margin-left: 50px;
    font-size: 16px;
    font-weight: normal;
}
.quantity {
    margin-left: 5px;
    padding:2px;
    width: 40px;
}
#orderingreview{
    margin-left : 10px;
    padding:5px;
}
#infobox{
    height: 100px;
}
/*lean modal window*/

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#loginmodal {
    background: white;
    width: 60%;
    padding: 2%;
    
}

.modal_close {
    display: contents;
}
    