@media print {
    body {
        height: auto;
    }
    
    header,form,.header,.js-header, .overlay__close,
    .login,.form__field,.tabs,
    .overlay__header, nav, footer, .footer, .menu, .overlay__inner,.no-top-pad
    {
    display: none;
    }
    
    *,.content__block,.cfx,.content { 
       overflow: visible !important; 
    } 
    /*.content
         {
        visibility: visible;
        float: none;
        height: auto;
        left: 0px;
        top: 0px;
        }
    .content__inner {
        visibility: visible;
        float: none;
        height: auto;
        left: 0px;
        top: 0px;
        display:block !important;
        position:absolute;*/
        
    }
    
    body {
    font: 13pt  "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    }
    
    h1 {
    font-size: 24pt;
    }

    h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
    }    
     

    a {
        page-break-inside:avoid
    }
    blockquote {
        page-break-inside: avoid;
    }
    h1, h2, h3, h4, h5, h6 { 
        page-break-after:avoid; 
        page-break-inside:avoid 
    }
    img { 
        page-break-inside:avoid; 
        page-break-after:avoid;
    }
    table, pre { 
        page-break-inside:avoid 
    }
    ul, ol, dl  {
        page-break-before:avoid
    }
        
    a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
    }

    a {
        page-break-inside:avoid
    }

    
    p, address, li, dt, dd, blockquote {
    font-size: 100%
    }


    ul, ol {
    list-style: square; margin-left: 18pt;
    margin-bottom: 20pt;    
    }

    li {
    line-height: 1.6em;
    }    
    a[href^=http]:after {
          content:" <" attr(href) "> ";
    }

    $a:after > img {
       content: "";
    }

    article a[href^="#"]:after {
       content: "";
    }

    a:not(:local-link):after {
       content:" <" attr(href) "> ";
    }
        
        
    .overlay:after {
    content: "\ Tartu Ülikooli õigusteaduskonna ajakirja annab välja sihtasutus Iuridicum, vt kasutustingimused: https://www.juridica.ee/index.php?show=terms";
    color: #999 !important;
    font-size: 1em;
    padding-top: 30px;
    }
    
    @page { margin: 2cm }

}