table.dinermenu
{
    margin-bottom:          20px;
}

table.dinermenu table.menuitem
{
    font-size:              12px;
    line-height:            20px;
    width:                  310px;
    border:                 0px;
    margin:                 0px 0px;
    padding:                0px;
    height:                 20px;
    min-height:             20px;
    max-height:             20px;
}

table.dinermenu td.sectionheading
{
    font-weight:            bold;
    color:                  #222;
    font-size:              16px;
    line-height:            20px;
    height:                 40px;
    min-height:             40px;
    max-height:             40px;
    letter-spacing:         -1px;
    -webkit-mask-image:     -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.6)))
}

table.dinermenu td.sectionheading:first-child
{
    padding-top:            0px;
}


table.menuitem td.item
{
    text-align:             left;
    margin-left:            0px;
    padding-left:           0px;
    white-space:            nowrap;
}

table.menuitem td.price
{
    text-align:             right;
    white-space:            nowrap;
}

table.menuitem td.ellipsis-container
{
    width:                  100%;
}

table.menuitem div.ellipsis-trail
{
    color:                  #ccc;
    min-width:              100%;
    border-bottom:          0.1em dotted;
    height:                 14px;
    min-height:             14px;
    max-height:             14px;
}