@media print {
    
    .visible-print  { display: inherit !important; }
    .hidden-print   { display: none !important; }       
    
    
    html, 
    body, 
    .main-header {
        background: none;
        color: #101010;
        font-family: 'arial', sans-serif;
    }
    body {
        
    }
    h1 {
        font-size: 17pt;
        
    }
    body {
        margin: 0.6cm;
    }
    h2 {font-size: 15px;}
    h3 {font-size: 14pt;}
    h4 {font-size: 13pt;}
    h5 {font-size: 12pt;}
    p {font-size: 10pt;}
    a {font-size: 10pt;
        color: #101010;
        text-decoration: none;
    }
    span { font-size: 10pt; }
    .main-header,
    footer,
    .carousel,
    .main-left-panel,
    .main-right-panel,
    .rozklad-left-panel,
    #main-rozklady,
    #sfWebDebugBar,
    #fb-slider,
    .obowiazujace-info,
    .cc-cookies,
    .pagination,
    .breadcrumb,
    input,
    select,
    button {
        display: none;
    }
    
    .main-center-panel {
        padding: 20px;
    }
    .print-head {
        text-align: center;
        position: relative;
        border-bottom: 1px solid #101010;
        padding-bottom: 10px;
        & > img {
            position: relative; 
            display: block;
            margin: 0 auto;
        }
    }
    
    
    
    .busstop_details > div {
        display: inline-block;
    }
    .szukaj-linii {
        display: none;
    }
    .linia-plate {
        display: inline-block;
    }
    .linia-plate > h4 {
        display: none;
    }
    .linia-plate {
        width: 10%;
        vertical-align: top;
    }
    .linia-plate > span > a{
        border: 1px solid #555;
        color: #999;
        font-size: 20pt;
        padding: 5px 10px;
        font-weight: 700;
    }
    .first_of_type_krwmc a {
        vertical-align: top;
        font-size: 12pt;
    }    
    .first_of_type_krwmc  > ul { 
       text-align: center;
       display: inline-block;
       width: 80%;
    }
    .first_of_type_krwmc > ul > li {
        display: inline-block;
        
        border: none;
    }
    .first_of_type_krwmc > ul > li.active  > a{

        
    }
    .first_of_type_krwmc > ul > li {
        margin: 2px 1px;
    }
    
    .first_of_type_krwmc > ul > li > a {
        text-decoration: none;
        padding: 1px 3px;
        
    }
    .rozklad-main {
        position: relative;
        display: block;
        page-break-inside: avoid;
        width: 100%;
        page-break-inside: avoid;
    }
    .rozklad-main > table {
        position: relative;
        display: block;
        margin: auto;
        width: 100% !important;
        
    }
    .rozklad-main > table > thead {
        width: 100%;
    }
    .rozklad-main > table > thead > tr > td {
        text-align: center;
        font-weight: 700;
        padding: 2px 5px;
    }
    .rozklad-main > table > thead > tr > td {
        
    }
    .rozklad-main > table > tbody {
        width: 100%;
    }
    .rozklad-main > table > tbody > tr > td {
        border: 1px solid #aaa;
        text-align: center;
        vertical-align: top;
        font-weight: 700;
        
    }
    .rozklad-main > table > tbody > tr > td > span{
       display: block;
       padding: 1px 3px;
       font-weight: 500;
    }
    .rozklad-main > table > caption {
        font-weight: 800;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }
             
    
}

