<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    body {
        color: #000;
        background: #fff;
		font-size: 13px;
		width: 100%;
        margin: 0;
        padding: 0;
    }
	header .container {
       display: none;
    }
	.con_search {
       display: none;
    }
	.country_top #google_translate_element {
       display: none;
    }
	.country_top_right {
		display: none;
	}
	@page {
        margin: 2cm;
    }
	h1 {
		font-size: 16px;
	}
	h2 {
		font-size: 15px;
	}
	.country_list {
		font-size: 14px;
	}
	article a {
        font-weight: bolder;
        text-decoration: none;
    }

    article a[href^=http]:after {
        content:" &lt;" attr(href) "&gt; ";
    }
	.izb {
		display: none;
	}
	.pagination{
		display: none;
	}
	.btn-group {
	display: none;
	}
}</pre></body></html>