@media print {
    body
    {
        font-size: 1rem;
        color: #000;
        background-color: #fff;
    }

    #main * {
        font-size: 12px !important;
    }

    .site-header,#content, .wrap, #program {
        padding: 0 !important;
        margin: 0 !important;
    }

    div.mb-l, .list-view .entry .flex, div.entry-list {
        margin: 0;
    }

    div.entry {
        height: 323px;
        width: 230px;
        margin-right: 2px;
    }

    #primary.content-area {
        width: 100% !important;
    }

    div#page, div.wrap {
        max-width: none;
    }

    .entrybuttons,
    #program-toggle,
    footer,
    .program-filter,
    a.program-title-anchor,
    header,
    .landingpage,
    .page-title {
        display: none;
    }

    .list-view .entry
    {
        font-size: 1rem;
        color: #000;
        background-color: #fff;
    }
}

