table#siparisler{
    border-collapse: collapse;
    font-family: 'MS Sans Serif', sans-serif, Verdana, Arial;
    font-size: 13px;
}
table#siparisler th{
    font-size: 13px;
}
table#siparisler td{
    border: 1px solid #c8c8c8;
    padding: 2px 5px 2px 5px;
}


table#menu{
    border-collapse: collapse;
}
table#menu a{
    text-decoration: none;
    color: white;
}
table#menu td{
    background-color: #8dacff;
    color: white;
    border: 1px solid white;
    padding: 2px 5px 1px 5px;
    border-radius: 5px;
}
table#menu td:hover{
    background-color: #8fed93;
    color: white;
    border: 1px solid white;
    padding: 2px 5px 1px 5px;
    border-radius: 5px;
}

div.add_form ul{
    list-style: none;
}