/** THINGS TO HIDE WHEN PRINTING **/
.ads-right,
.sf-minitoolbar,
#sidebar-wrapper,
.date-pagination,
.ads-bottom,
.custom-header.main-header,
footer{
    display:none !important;
}

.container-fluid{
    border-left:0px;
    border-bottom:0px;
    border-right:0px;
    border-top:0px;
}

#calendar li{
    width:14.38%;
}

/** FIX OVERLAPPING OBJECTS **/
#calendar .date{
    text-align:right;
    float: none;
    width: 100%;
}

#calendar ul{
    display: table-row;
}

#calendar li{
    display: table-cell;
    float: none;
}

@media print
{
    * {
        color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }
}