﻿@media print {
    body {
        font-size: 12pt !important;
        margin: 0 !important;
        padding: 0 !important;
        left: 0 !important;
        top: 0 !important;
        background: #FFF !important;
    }
    .break-words {
        -ms-word-wrap: break-word !important;
        word-wrap: break-word !important;
        width: 50px !important;
    }
    table {
        font-size: 12pt !important;
    }
    .table-print {
        margin-left: -85pt !important;
        padding: 0 !important;
    }
    .no-print {
        display: none !important;
    }
    .print {
        display: block !important;
    }
    a[href]:after {
        content: none !important;
    }
    .col-xs-8 {
        width: 100% !important;
    }
    table {
        border: none !important;
    }
    th {
        border:none !important;
    }
    caption {
        border: none !important;
    }
    .alert { 
        border: none !important;
    }
    .panel {
        border: none !important;
    }
    .panel-group {
        border: none !important;
    }
    input {
        border: none !important;
        background: transparent !important;
        resize: none !important;
    }
    textarea {
        border: none !important;
        background: transparent !important;
        resize: none !important;
    }
}