.j51_menu_item {
    display: inline-block;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

.j51_menu_item_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.j51_menu_item_title {
    margin: 0;
}

.j51_menu_item_spacer {
    flex: 1;
    margin: 0 3px;
    height: 3px;
    background-image: radial-gradient(circle closest-side,
            rgba(100, 100, 100, .75) 99%,
            transparent 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}

.j51_menu_item_price {
    display: inline-block;
    margin: 0;
}

.j51_menu_item_description {
    margin: 0;
    opacity: .75;
}
