﻿@media print {
    #page-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        border-left: none !important;
    }

    .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10, .s11, .s12 {
        float: left;
    }

    .s12 {
        width: 100%;
    }

    .s11 {
        width: 91.66666667%;
    }

    .s10 {
        width: 83.33333333%;
    }

    .s9 {
        width: 75%;
    }

    .s8 {
        width: 66.66666667%;
    }

    .s7 {
        width: 58.33333333%;
    }

    .s6 {
        width: 50%;
    }

    .s5 {
        width: 41.66666667%;
    }

    .s4 {
        width: 33.33333333%;
    }

    .s3 {
        width: 25%;
    }

    .s2 {
        width: 16.66666667%;
    }

    .s1 {
        width: 8.33333333%;
    }

    .spull-12 {
        right: 100%;
    }

    .spull-11 {
        right: 91.66666667%;
    }

    .spull-10 {
        right: 83.33333333%;
    }

    .spull-9 {
        right: 75%;
    }

    .spull-8 {
        right: 66.66666667%;
    }

    .spull-7 {
        right: 58.33333333%;
    }

    .spull-6 {
        right: 50%;
    }

    .spull-5 {
        right: 41.66666667%;
    }

    .spull-4 {
        right: 33.33333333%;
    }

    .spull-3 {
        right: 25%;
    }

    .spull-2 {
        right: 16.66666667%;
    }

    .spull-1 {
        right: 8.33333333%;
    }

    .spull-0 {
        right: auto;
    }

    .spush-12 {
        left: 100%;
    }

    .spush-11 {
        left: 91.66666667%;
    }

    .spush-10 {
        left: 83.33333333%;
    }

    .spush-9 {
        left: 75%;
    }

    .spush-8 {
        left: 66.66666667%;
    }

    .spush-7 {
        left: 58.33333333%;
    }

    .spush-6 {
        left: 50%;
    }

    .spush-5 {
        left: 41.66666667%;
    }

    .spush-4 {
        left: 33.33333333%;
    }

    .spush-3 {
        left: 25%;
    }

    .spush-2 {
        left: 16.66666667%;
    }

    .spush-1 {
        left: 8.33333333%;
    }

    .spush-0 {
        left: auto;
    }

    .soffset-12 {
        margin-left: 100%;
    }

    .soffset-11 {
        margin-left: 91.66666667%;
    }

    .soffset-10 {
        margin-left: 83.33333333%;
    }

    .soffset-9 {
        margin-left: 75%;
    }

    .soffset-8 {
        margin-left: 66.66666667%;
    }

    .soffset-7 {
        margin-left: 58.33333333%;
    }

    .soffset-6 {
        margin-left: 50%;
    }

    .soffset-5 {
        margin-left: 41.66666667%;
    }

    .soffset-4 {
        margin-left: 33.33333333%;
    }

    .soffset-3 {
        margin-left: 25%;
    }

    .soffset-2 {
        margin-left: 16.66666667%;
    }

    .soffset-1 {
        margin-left: 8.33333333%;
    }

    .soffset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
