@media print {
    /*
    h1 {
        page-break-before: always;
    }
    */
  
    header nav, footer {
        display: none;
    }
    
    /* main .links, main .links a , main .links input { */
    main .links {
        display: none;
    }
    
    main .content-block {
    	margin-top: 0;
    }
    
    main .table table thead td {
    	padding: 6px 0;
    }    
    
    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }

    @page :left {
        margin: 0.5cm;
    }
    
    @page :right {
        margin: 0.8cm;
    }

    @page :first {
        margin: 1cm 2cm;
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }
    
    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }
    
    aside h2 {
        font-size: 18pt;
    }

    blockquote, ul {
        margin: 0;
    }

    ul {list-style: none;}

    li {content: "» ";}

    header .print {
        display: block;
    }

    header h1 {
        font-size: 30pt;
    }

    .onlyPrint:after {
        content: "service.simaioforos.gr";
    }

    p a[href^="https://"]:after {
        content: " (" attr(href) ")";
        font-size: 90%;
    }

    p a:after {
        content: " " attr(href) ")";
    }

    p a[href^="#"]:after {
        display: none;
    }

    p a[href^="https://"]:after, a[href^="https://"]:after {
        content: " (" attr(href) ")";
    }

    p a {
        word-wrap: break-word;
    }

    a {
        color: #000;
    }

    q:after {
        content: " (Source: " attr(cite) ")";
    }

    aside {
        border-top: 1px solid #bbb;
        margin-top: 30px;
        display: block;
        page-break-before: alwayss;
    }

}