<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #D0D0D0;
}

body:after{
    content: '';
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-header{
    background-color: #011552;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    z-index: 1;
    border: none;
    box-shadow: 0 1.5px 1.5px rgba(0,0,0,0.3);
}

.banner-header h1{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 32px;
    line-height: 32px;
    padding-left: 20px;
}
.banner-header address{
    padding-left: 20px;
}

.header3 {
    color: #555555;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 20px;
}

.header3 a {
    color: #555555;
}
.header3 a:hover {
    text-decoration: none;
}

.header3 a.normal {
    font-size:14px;
    font-weight:normal;
    color:#08c;
    text-decoration:none;
    float:right;
    padding-left:15px;
}
.header3 a.normal:hover {
    text-decoration: underline;
}

.header-content{
    position: relative;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    z-index: 2;
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

.subhead{
    color: #ddd;
    font-size: 19px;
    font-style: normal;
    font-variant: initial;
    letter-spacing: .2px;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    margin: 0;
}

.subhead a{
    color: #ddd;
    font-size: 19px;
    font-style: normal;
    font-variant: initial;
    letter-spacing: .2px;
}

.restaurant-thumb{
    float: left;
    height: 150px;
    margin: 0;
    width: 150px;
}

.content-box {
    background: white;
    padding: 10px 20px 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-title {
    margin-top: 0;
}

.span4 {
    padding-bottom: 20px;
}

.msg-line{
    overflow-wrap: break-word;
}

.control-group.small-margin{
    margin: -15px auto 10px;
}

.btn-add-another, .btn-checkout {
    margin: 8px 4px 0 4px;
}

.footer{
    height: auto;
    background: white;
    padding-top: 10px;
}

.footer hr{
    margin: 10px 0;
    border-top: 0px;
    border-bottom: 0px;
}

@media screen and (max-width:979px){
    .wrapper .container .content { padding-top: 160px; }
    .header { padding: 10px 10px 15px;}
    .header-content { width: auto; }
    .header h1 { font-size: 20px; margin-bottom:0;}
    .banner-header h1 { font-size: 28px; }
    .restaurant-thumb { height: 100px; width: 100px;}
    .form-horizontal .control-label,
    .form-horizontal .controls {float: none; margin-left: 0; padding-top: 0; text-align: left; width: auto;}
    .footer {height: auto;}
}

@media screen and (max-width:767px){
    .header { padding: 10px 10px 15px;}
    .header h1 { font-size: 20px; margin-bottom:0;}
    .banner-header .restaurant-thumb { padding-right: 15px }
    .banner-header h1{ padding-left: 0; font-size: 24px; }
    .banner-header address{ padding-left: 0; }
    .span4{ padding-bottom: 50px; }
}

@media screen and (max-width:480px){
    .span4 { padding-bottom: 100px; }
}
</pre></body></html>