* {
   background-color: transparent!important;
   color: #000!important 
}
body {
    background-color: #fff!important;
    color: #000!important
}
.body-bg {
    background-image: none;
    color: #000!important
}

.main-section .navbar,
.main-section .carousel,
.main-section .container .row .col-md-3,
.footer-section,
img {
    display:  none!important;
}
.main-section .container .row .col-md-9 {
    display:  block!important;
}
/*
http://www.contip.net/blog/2010/03/10-sposobow-na-lepszy-styl-wydruku-strony.html
http://www.creamsoft.com/blog/drukowanie-strony-definiowanie-wydruku-w-css.html
.main-section div.col-md-9[role="main"] {
    background: url("../Images/print-header.gif") no-repeat scroll center top transparent;
    padding-top: 221px;
}
*/

div.body-bg {
    display: list-item;
    list-style-image: url(../Images/print-header.gif);
    list-style-position: inside;
    position: absolute;
  }
  .main-section div.col-md-9[role="main"] {
    background: none;
    padding-top: 21px;
  }

body .main-section div[role="main"] .col-md-12 .csc-firstHeader {
    color: #000000!important;
}
.csc-firstHeader {
    border-top: 6px solid;
    display: inline-block;
    padding-top: 15px;
}

figure.image {
    margin: 0px;
} 

body .margin-bottom-25 .col-md-12 input.active[type="submit"], 
body .margin-bottom-25 .col-md-12 input[type="submit"]:hover, 
body .margin-bottom-25 .col-md-12 input[type="submit"]:focus {
    border-color: #000000!important; 
}
body .list .wrap-text {
    margin-left:0px;
}

#c170,
#c825,
.breadcrumb-section {
    display: none;
}

/*
a {
    display:none!important;
}
.panel-title a {
    display:block!important;
}*/

a:link:after { content: " "; }

ul, ol {
    display: list-item;
    list-style-image: none;
    list-style-position: inside;
    position: static;
}  

/*@media print {*/
    
    .body-bg { max-width: 800px; }
    .container {width: 100%;}
    .col-md-9[role="main"] {width: 100%;}
    /*.row { margin-left: 0px;margin-right: 0px; }    
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-left: 0px;padding-right: 0px;}
    */    
/*}*/