h1
{
    font-size: 28px !important;
}

.food-info
{
    padding: 20px;
    border: 1px solid #00b5ee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.food-info p
{
    margin: 0px !important;
    padding: 0px !important;
}

.food-table
{
    width: 100%;
    margin-bottom: 80px;
}

.food-table p
{
    margin: 0px;
    padding: 0px;
}

.food-table strong
{
    color: #f27e10;
}

.food-table span
{
    color: #00B5ED;
    font-weight: bold;
    text-align: right;
}

.food-table td
{
    padding: 10px;
}

.food-table tr:nth-child(even)
{
    background-color: #F0F0F0;
}
