h1 {
    font-size: 1.8rem;
    margin-top: 0.1rem;
    margin-bottom: 0;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

li p {
    margin-bottom: 0.2em;
}

header a {
    text-decoration: none;
    color: black;
}

div.container {
    min-height: 100vh;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

section {
    position: relative;
    padding: 0px 10px 10px 10px;
}

section.page {
    flex-grow: 2;
}

footer {
    padding: 6px;
    background-color: rgb(227, 227, 227);
    text-align: center;
}

div.table-wrapper {
    overflow: auto;
}

div.table-wrapper table thead th {
    top: 0;
    position: sticky;
}

td {
    padding: 4px 6px;
}

th.number, td.number {
    text-align: right;
}

span.toast-icon {
    color: green;
}

div.toast-container {
    position: absolute;
    right: 10px;
    top: 10px;
}

#packageInfo {
    margin-top: 0.5em;
}

#packageInfo img {
    margin: 0.3em;
    cursor: pointer;
}

/* Font im Image-Viewer */
div.viewer-title {
    font-size: 16px;
    color: white;
}

/********/
/* Shop */
/********/

td.price-column {
    min-width: 70px;
}

#email {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;    
}

p.total-price {
    margin-top: 0.5em;
    font-size: 1.2em;
}

div#resultContainer {
    font-size: 1.3em;
    font-weight: 500;
}

div#checkoutContainer {
    display: block;
    text-align: center;
}

div#paypalCheckoutContainer {
    margin-left: auto;
    margin-right: auto;
}
