@charset "UTF-8";
/**
 * Print CSS
 */
@media print {
    @page                           {margin:0.5cm;}
    #main-wrapper                   {width:850px !important;padding:0 !important;margin:0 !important;top:0 !important;left:0 !important;float:left !important;}
    #content-wrapper                {width:850px !important;position:absolute !important;padding:0 !important;margin:0 !important;top:0 !important;left:0 !important;float:left !important;}
    .widget-comments .panel-body    {height:auto !important;overflow:auto !important;}
    .panel-body                     {padding:0 !important;margin-left:0 !important;margin-right:0 !important;width:100% !important;overflow:visible !important;}
    .row                            {margin:0 !important;}
    table                           {width:100% !important;table-layout:fixed !important;page-break-inside:auto !important;overflow:visible !important;}
    tr                              {page-break-inside:auto !important;}
    td                              {width:auto !important;white-space:normal !important;}
    a[href]:after                   {content:none !important;}
    /** Disable floats due to collision **/
    .pull-left                      {float:none !important;}
    .pull-right                     {float:none !important;}
}