@media print {
    #navigation,
    #logo-text,
    #navigation-background,
    #sub-navigation,
    #top-links,
    #top-image,
    #footer-link,
    #footer,
    #secondary-footer,
    .title-link,
    .slicknav_menu {
        display: none;
    }

    .menu-two-column-list {
        width: 100%;
        margin-top: 0;
    }
    .menu-two-column-list li {
        margin-bottom: 0;
    }
    .menu-two-column-list .header {
        margin-bottom: 5px;
        padding-bottom: 0;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-two-column-list .title {
        width: 80%;
        font-size: 14px;
    }
    .menu-two-column-list .price {
        width: 20%;
    }
    .menu-two-column-list dl {
        margin-bottom: 0;
    }

    .menu-two-column-list dd {
        padding-bottom: 5px;
    }

    .menu-two-column-list span {
        display: inherit;
    }
    dt, dd {
        line-height: 12px;
    }
    td,
    dd {
        font-size: 12px;
    }
    br {
        display: none;
    }

    #body h1:before {
        border-top: none;
    }

    #logo-container {
        clear: both;
        margin: auto;
        width: 100%;
    }

    #body h1 {
        clear: both;
        width: 100%;
        font-size: 22px;
    }


    @-moz-document url-prefix() {
        #body h1 {
            padding-top: 60px;
        }
    }
}