* {
    padding: 0;
    margin: 0;
}

body {
    padding: 30px;
}

button {
    border: 1px solid #000;
    padding: 5px;
    margin-top: 15px;
    background-color: #FFF;
    font-family: monospace;
    font-size: 0.8em;
}

.menu {
    padding: 10px;
    background-color: #EEE;
    font-family: monospace;
    font-size: 1.5em;
    margin: 0px auto 20px;
    width: 30%;
    color: #333;
    font-weight: 800;
    border: 1px solid #000;
    text-align: center;
}

.table .tablerow:first-child {
    background: #feffee;
    font-weight: 800;
    font-family: monospace;
}

.tablerow:nth-child(odd) {
    background: #e0e0e0;
}

.tablerow:nth-child(even) {
    background: #FFF;
}
    
#funcionPedida {
    color: #0000FF;
    text-shadow: 1px 1px 1px #696969;
}

.nombreFuncion {
    font-family: monospace;
    font-weight: 800;
    color: #333;
    background-color: #CCFFCC;
    font-size: 1.8em;
    padding: 2px;
    margin: 0px auto 20px;
    float: none;
    width: 60%;
    text-align: center;
    border: 1px solid #000;
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.table {
    font-family: monospace;
    display: table;
    width: 80%;
    border-collapse: collapse;
    margin: auto;
    border-radius: 10px;
}

.tablerow { 
    display: table-row;
}

.tablecell {
    padding: 4px;
    display: table-cell;
    border: 1px solid #333333;
}