.page-template-tpl_spielbericht #wrapper {
@media print {
@page {
size: A4;
margin: 15mm;
}
header, footer {
display: none;
}
main, .gaptop {
margin-top: 0;
}
.mannschaften {
margin: 10px 0;
}
h1 {
margin: 0;
}
.spielbericht .bericht {
margin-top: 20px;
border-top: 6px solid #2d2a2a;
* {
font-size: 12px !important;
}
}
.spielbericht .bericht .detail .heim, .spielbericht .bericht .detail .gast {
flex-direction: row;
}
.spielbericht .bericht .detail .gast .icon {
width: 15%;
margin: 9px 0;
}
.spielbericht .bericht .detail .heim .icon img, .spielbericht .bericht .detail .gast .icon img {
height: 12px;
}
.spielbericht .bericht .detail .heim .info, .spielbericht .bericht .detail .gast .info {
padding: 8px;
width: 70%;
margin: 0;
}
.spielbericht .bericht .detail .heim .zusatzinfo, .spielbericht .bericht .detail .gast .zusatzinfo {
padding: 8px;
width: 15%;
}
}
}