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


#header-hotlunches {
   background: url(/admin/images/header-esns.png) no-repeat;
   height: 90px;
}

#secondary-nav{
   padding: 8px 0;
   border: none;
   background: #46862e; /* Old browsers */
   background: -moz-linear-gradient(top,  #46862e 0%, #46862e 50%, #2e651a 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46862e), color-stop(50%,#46862e), color-stop(100%,#2e651a)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #46862e 0%,#46862e 50%,#2e651a 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #46862e 0%,#46862e 50%,#2e651a 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #46862e 0%,#46862e 50%,#2e651a 100%); /* IE10+ */
   background: linear-gradient(top,  #46862e 0%,#46862e 50%,#2e651a 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46862e', endColorstr='#2e651a',GradientType=0 ); /* IE6-9 */

}

#secondary-nav ul{
   background: none;
   border: none;
}

#body{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 0;
}

</pre></body></html>