@media print {
.navbox, .hatnote, .ambox { display: none; }
}
.infobox > tbody > tr:nth-child(2) img {
image-rendering: auto !important;
}
.infobox > tbody > tr:first-child > td:first-child,
.infobox > tbody > tr:first-child > th:first-child {
font-size: 125% !important;
}
.mediawiki .content table,
.mediawiki .infobox {
width: auto !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.mediawiki .infobox {
display: block !important;
float: none !important;
margin: 15px 0 15.5px !important;
}
}
@media all and (min-width: 720px) {
.mediawiki .infobox {
max-width: 315px !important;
float: right !important;
margin: 0 0 7px 15px !important;
}
}
.mediawiki .infobox {
font-size: 85% !important;
font-family: inherit !important;
}
.mediawiki .infobox table {
width: 100% !important;
}