@charset "UTF-8";

table.food-table{
width:520px;
margin-bottom:40px;
border-top:1px dotted #e19ca8;
border-bottom:1px dotted #e19ca8;
}

table.food-table th,
table.food-table td{
font-size:14px;
color:#FFFFFF;
padding:5px 0px;
vertical-align:top;
}
table.food-table th{
text-align:left;
}

table.food-table td{
text-align:right;
white-space:nowrap;
}
table.food-table th span.caption{
font-size:12px;
color:#e19ca8;
font-weight:normal;
}

table.food-table th span.cap2{
font-size:11px;
margin-left:10px;
}

table.food-table th ul li{
list-style-type:disc;
display:inline;
margin-left:10px;
font-size:12px;
font-weight:normal;
}

#main-cont h4{
width:520px;
margin:0px auto;
text-align:left;
font-size:13px;
color:#FFFFFF;
}
