.hugo--stable-menu {
    font-family: "Cabin", Sans-serif;
}

.hugo--stable-menu .category {
    margin-bottom: 30px;
}

.hugo--stable-menu .cat-name {
    font-weight: bold;
    font-size: 28px;
    color: black;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.hugo--stable-menu .meals {
    width: 100%;
    margin: 0;
}

.hugo--stable-menu .meal-name {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}

.hugo--stable-menu .meal-content {
    font-size: 16px;
    color: dimgray;
    font-style: italic;
}

.hugo--stable-menu .meal-weight {
    padding-top: 6px;
    font-size: 16px;
    width: 70px;
    text-align: right;
    color: dimgray;
    vertical-align: top;
}

.hugo--stable-menu .meal-price {
    padding-top: 4px;
    font-size: 16px;
    width: 70px;
    text-align: right;
    color: black;
    vertical-align: top;
    font-weight: bold;
}

.hugo--stable-menu p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.hugo--stable-menu td {
    vertical-align: middle !important;
    padding: 5px 0;
}

.hugo--stable-menu .info {
    font-size: 16px;
    font-style: italic;
    line-height: 1.3;
    color: black;
}

.hugo--stable-menu .info.info-after {
    margin-top: 10px;
}

.hugo--stable-menu .info.info-before {
    margin-bottom: 10px;
}

.hugo--stable-menu table, tr, td {
    border: none;
}

.hugo--stable-menu table {
    line-height: 1.3;
}