body {
    display: flex;
    justify-content: center;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    background-color: #c2d5e7;
}

p {
    margin: 0 12px 16px 12px;
    line-height: 17px;
}

table, td, a {
    padding: 0;
    vertical-align: top;
}

table.menu {
    margin-bottom: 10px;
}

td.address {
    background-color: white;
}

td.description.bottom {
    vertical-align: bottom;
}

td.double {
    width: 521px;
}

td.error-message {
    box-sizing: border-box;
    width: 1044px;
    padding: 16px 12px 16px 12px;
    font-weight: bold;
    color: black;
    background-color: lightcoral;
}

td.menu {
    width: 260px;
    height: 36px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

td.menu.highlighted {
    background-color: #8dafca;
}

td.menu a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
}

td.menu a:hover {
    background-color: #8dafca;
}

td.pose {
    width: 260px;
    text-align: center;
}

tr.product.information {
    /*box-sizing: border-box;*/
    /*width: 260px;*/
    /*margin-top: 20px;*/
    /*background-color: #8dafca;*/
    /*padding: 10px;*/
    /*background-color: green;*/
}

td.single {
    width: 260px;
}

td.spacing {
    width: 260px;
}

td.summary {
    background-color: white;
}

ul {
    padding-inline-start: 24px;
    margin-top: -6px;
    line-height: 17px;
    list-style-type: disc;
}



/*tr.product.quantity {*/
/*    !*box-sizing: border-box;*!*/
/*    !*width: 260px;*!*/
/*    padding: 10px;*/
/*    background-color: orange;*/
/*}*/

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensures full td height usage */
}

td.product.margin {
    width: 10px;
    padding-top: 10px;
}

table.product {
    border-collapse: collapse;
    background-color: #8dafca;
    border: none;
}

/*td.abc {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    background-color: orange;*/
/*    border: none;*/
/*}*/

/*.bold {*/
/*    font-weight: bold;*/
/*}*/

/*todo: sortierung test*/

td.product.content {
    width: 240px;
    padding-top: 10px;
}

td.product.contents {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.product.price {
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    vertical-align: baseline;
}

td.product.quantity {
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: baseline;
}

td.summary.label {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

td.summary.label.total {
    font-weight: bold;
    background-color: red;
}

td.summary.amount {
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    text-align: right;
}

td.address.label {
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: right;
    vertical-align: baseline;
}

td.address.input {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: baseline;
}

td.address.missing-input {
    background-color: lightcoral;
}

tr.product.title {
    font-weight: bold;
    /*background-color: #8dafca;*/
}

tr.quantity, tr.summary {
    background-color: white;
}

/*todo: sort*/