div.menu_disclaimer {
    clear: both;
    text-align: right;
    font-size: 70%;
}

table.menu_table {
    margin: 1%;
    width: 98%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

table.menu_table_narrow {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-collapse: collapse;
}

th.menu_table {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

td.menu_table {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
