@media print {
    body {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 1.4;
        word-spacing: 1.1pt;
        letter-spacing: 0.2pt;
        font-family: arial, serif;
        color: #000;
        background: none;
        font-size: 12pt;
    }
    /*Headings */
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Helvetica, Arial, sans-serif;
        margin: 10px 0;
    }
    h1 {
        font-size: 19pt;
    }
    h2 {
        font-size: 17pt;
    }
    h3 {
        font-size: 15pt;
    }
    h4,
    h5,
    h6 {
        font-size: 12pt;
    }
    code {
        font: 10pt Courier, monospace;
    }
    blockquote {
        margin: 1.3em;
        padding: 1em;
        font-size: 10pt;
    }
    hr {
        background-color: #ccc;
    }
    /* Images */
    
    img {
        display: none;
    }
    a img {
        border: none;
    }
    /* Links */
    
    a:link,
    a:visited {
        background: transparent;
        font-weight: 700;
        text-decoration: none;
        color: #333;
    }
    /* Table */
    
    table {
        margin: 1px;
        text-align: left;
    }
    th {
        border-bottom: 1px solid #333;
        font-weight: bold;
    }
    td {
        border-bottom: 1px solid #333;
    }
    th,
    td {
        padding: 4px 10px 4px 0;
    }
    tfoot {
        font-style: italic;
    }
    caption {
        background: #fff;
        margin-bottom: 2em;
        text-align: left;
    }
    thead {
        display: table-header-group;
    }
    tr {
        page-break-inside: avoid;
    }
    #toolbar,
    .ui-tabs-nav,
    iframe,
    #branding_header,
    #branding_footer,
    #menu-bar,
    .sidebar .block,
    #footer,
    .block-os-search-db,
    .block-boxes-os_slideshow_box,
    .field-name-body .photo,
    .os-files-image-list,
    .os-files-other-lis,
    .media,
    .media-element-container,
    .media-element {
        display: none !important;
    }
    .sidebar .block.block-boxes-os_boxes_html {
        display: block !important;
        clear:both !important;
    }
    .region {
        border-bottom: 1px solid #ccc;
    }
    article,
    .views-row {
        margin-bottom: 2.5em;
        display: block;
        clear: both;
    }
    #content-column .block ul {
        margin-left: 18px;
    }
    h1.node-title {
        font-size: 1.1em;
    }
    h2.block-title,
    .region {
        display: block;
        clear: both;
    }
    article,
    .views-row {
        margin-bottom: 2.5em;
        display: block;
        clear: both;
    }
    .node-event.node-teaser {
        margin-bottom: 5em;
    }
    .os_sv_list_box.sv-list-event {
        margin-top: 5em;
        display: block;
        clear: both;
    }
    .field .field-label {
        display: inline;
        font-size: .9em;
        font-weight: 400;
    }
    .event-start {
        margin-top: 0;
        padding-top: 0;
        display: block;
        float: none;
    }
    .event-start .event-content {
        margin-left: 0;
    }
    .featured-links {
        list-style-type: none;
        margin-left: 0;
    }
    .ui-tabs-panel {
        display: block !important;
    }
    .file {
        clear: both;
    }
    .sidebar .block.block-boxes-os_boxes_html,
    #content-column .block {
        padding: 10px;
    }
    .ui-accordion-content {
        display: block !important;
    }
}
