@media print {
    nav, aside.share {
        display: none;
    }
    main {
        overflow-y: visible;
    }
    section {
	page-break-inside: avoid;
    }
    #ranking, #methodology, #provisions {
	page-break-before: always;
    }

    ul.pagination, .search, .rowsperpage {
        visibility: hidden;
    }
    .web-only, .notification {
        display: none!important;
    }
    .print-only {
	display: block;
    }
    .print-inline {
	display: inline;
    }
    section {
	    text-align: justify;
    }
    h1,h2,h3,h4,h5,h6 {
	    text-align: center;
    }
    a, .choices__item {
	color: black!important;
	font-family: inherit!important;
	font-size: inherit!important;
    }
    .choices__item {
	font-weight: bold;
    }
    select, .choices__inner, .choices__item {
	background: transparent!important;
	border: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
    }
    .choices__input, .choices__button {
        display: none!important;
    }
    .ranking-description * a:after{
	font-family: courier;
        content:" (" attr(href)")";
    }
}

