body, #inhalt {
    background-color: transparent;
    color:#000000;
    font-family: Verdana, sans-serif;
    text-align: center;
}

h1 {
    font-size: 16pt    
}

h2 {
    display: none;    
}

.day {
    font-size: 13pt;
}

img {
    margin: 20px 6px;
}

#title_LoggedIn, #mittellinie, #footer, #menu, #neutralbox {
    display: none;
}

.tipHeader, .tipHeaderJoker, .tipBasis, .button, .legende {
    display: none;
}

.styled-select {
    display: none;
}

.tooltip {
    display: none;
}

.tipTeam {
    font-size: 13pt;
}

.tipScore:before {
    padding-left: 13pt;
    content: "Punkte:  ";
    font-size: 13pt;
} 

.tipscore img {
    display: none;
}

.tipResult, .tipScore {
    font-size: 13pt;
}
    
.tipInput input {
    font-size: 13pt;
    border: 0;
    text-align: center;
}   

.profileHeader, .archivContent {
    display: none;
}

/*
@media print {
    h1, h2 {
      break-after: avoid;
    }
}

@media print {
    table {
      break-inside: avoid;
    }
}

@media print {
    img {
      break-before: auto; 
      break-after: auto; 
      break-inside: avoid;
      display: block;
    }
}

@page {
    size: A4;
    margin: 0 15pt; 
}
*/  