﻿            @page {
                margin: 2cm;
            }
            .article-details {
                width: 100%;
                color: black;
                font-family: Georgia, ‘Times New Roman’, serif;
                font-size: 12pt;
	            background: transparent; 
                border-top: 1px solid black;
            }

            a:link, 
            a:visited { 
	            font-weight: bold; 
	            text-decoration: underline; 
                color: black;
            }

            a:link:after, 
            a:visited:after { 
	            content: " (" attr(href) ") "; 
	            font-size: 90%; 
            }
            h2, h3, ul, img {
               page-break-after: avoid;
            }
            img {
               max-width: 100% !important;
            }
