﻿@import url(Site.css);
@media print
{
.pageHeader, #MainContent_divHandling, #buttons, #MainContent_fieldStatus, .fAlarm
{
    display: none;
    visibility: hidden;
}
#main
{
    background-color: White;
    border: none;
    padding: 0px;
}
.col-lg-8
{
    width: 100%;
}
#col-right
{
    width: 100%;
}
.col-lg-3
{
    width: 25%;
    float: left;
}
.col-lg-4
{
    width: 33%;
    float: left;
}

}