/* Speciaal voor de menukaart */
table.menukaart {
    width: 510px;
}

    /* Algemene cel declaraties */
    table.menukaart td {
        vertical-align: top;
        padding-bottom: 5px;
    }

        /* Specifieke cel declaraties */
        table.menukaart td.titel {
            padding-top: 20px;
            width: 510px;
            /* font-style: italic; */
            font-weight: bolder;
        }
        
        table.menukaart td.gerecht {
            width: 460px;
            padding-right: 20px;
            padding-left: 20px;
        }
        
        table.menukaart td.prijs {
            width: 50px;
            text-align: right;
        }
table.proefmenu td.gerecht {
    padding-bottom: 10px;
}

a.uitleg {
    text-decoration: none !important;
    border-bottom: 1px dotted #878787;
    color: #878787 !important;
}

a.uitleg:hover {
    border-bottom: 1px dotted #8499B5 !important;
    color: #8499B5 !important;
}
