@media print {

    body {
        margin: 0px 0px 0px 0px;
        display: block;
    }

    header,
    footer,
    aside,
    template {
        display: none !important;
    }

    .menu-station {
        border: transparent;
        break-inside: avoid;
    }

    .item-name,
    .restrictions,
    .description {
        font-size: 12pt;
    }

    .item-name {
        text-decoration: underline;
    }

    h2 {
        font-size: 14pt;
        text-decoration: underline;
        font-weight: bold;
    }

}
