@media print {
    @page {
        size: landscape;
    }
    html, body {
        margin: 0;
        padding: 0 !important;
        min-width: 768px;
        background-color: #FFF !important;
        font-size: 9pt;
        background-repeat: no-repeat;
        /* Fallback */
        background-image: none;
        -ms-filter: "none";
        overflow-y: visible;
    }
    .textVerde {
        color: #008000 !important;
    }
    .textRosso {
        color: #D53623 !important;
    }
    .textAzzu {
        color: #00699b !important;
    }
    .textGrigio {
        color: #6e6e6e !important;
    }
    .mainContainer {
        overflow-y: visible;
    }
    /**
     * Fix boxTendenza for the print layout
     */
    .boxTendenza {
        background: #e4e5e7 !important;
    }
    .moltobassa {
        background: #0065A8 !important;
    }
    .bassa {
        background: #0065A8 !important;
    }
    .media {
        background: #0065A8 !important;
    }
    .alta {
        background: #0065A8 !important;
    }
    .moltobassaT {
        background: #ff8040 !important;
    }
    .bassaT {
        background: #ff8040 !important;
    }
    .mediaT {
        background: #ff8040 !important;
    }
    .altaT {
        background: #ff8040!important;
    }
    .label.mt-min {
        font-size: 1.5em!important;
        line-height: 2.1em;
        padding: 4px 7px;
        color: #1c5671!important;
        border: none;
        /*background:  #ceffff!important;*/
    }
    .label.mt-max {
        font-size: 1.5em!important;
        line-height: 2.1em;
        padding: 4px 7px;
        color: #701c1c!important;
        border: none;
        /*background:#ffcece!important; 
   */
    }
    span.mt-min, span.mt-max, span.label {
        font-size: 9px !important;
    }
    table.print-bulletin td {
        padding: 2px !important;
    }
    table.print-bulletin td, table.print-bulletin th {
        border-top: 0 !important;
        border-bottom: 0 !important;
    }
    table.print-bulletin td {
        vertical-align: middle !important;
    }
    table.print-bulletin .mt-alert {
        min-height: auto;
        padding: 7px 10px 7px 10px;
    }
    table.print-bulletin td:first-child {
        /* font-weight: bold !important; */
    }
    table.print-bulletin th.day {
        text-transform: capitalize;
    }
    table.print-bulletin .border-left {
        border-left: 1px solid black;
        text-align: center;
    }
    div.print-header {
        font-size: 10px;
    }
    div.print-header table {
        margin: 0;
    }
    div.print-header table td {
        padding: 0;
        border: 0;
    }
    hr {
        border-bottom: 1px solid black !important;
    }
    /**
     * Ensure to render Bootstrap as small layout when printing
     */
    [class*="col-sm-"] {
        float: left;
    }
    [class*="col-xs-"] {
        float: left;
    }
    .col-sm-12, .col-xs-12 {
        width: 100% !important;
    }
    .col-sm-11, .col-xs-11 {
        width: 91.66666667% !important;
    }
    .col-sm-10, .col-xs-10 {
        width: 83.33333333% !important;
    }
    .col-sm-9, .col-xs-9 {
        width: 75% !important;
    }
    .col-sm-8, .col-xs-8 {
        width: 66.66666667% !important;
    }
    .col-sm-7, .col-xs-7 {
        width: 58.33333333% !important;
    }
    .col-sm-6, .col-xs-6 {
        width: 50% !important;
    }
    .col-sm-5, .col-xs-5 {
        width: 41.66666667% !important;
    }
    .col-sm-4, .col-xs-4 {
        width: 33.33333333% !important;
    }
    .col-sm-3, .col-xs-3 {
        width: 25% !important;
    }
    .col-sm-2, .col-xs-2 {
        width: 16.66666667% !important;
    }
    .col-sm-1, .col-xs-1 {
        width: 8.33333333% !important;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left !important;
    }
    .container {
        width: auto;
        min-width: 750px;
    }
    a[href]:after {
        content: none;
    }
    .noprint, div.alert, header, .group-media, .btn, .footer, form, #comments, .nav, ul.links.list-inline, ul.action-links {
        display: none !important;
    }

    .table-fit {
        white-space: nowrap;
        width: 1%;
        margin: 0 auto;
        border-top: 0px !important;
    }
}