body {

}

#distributor-order {
    max-width: 1024px;
    margin: 1rem;
}

#addresses {
    margin-bottom: 3rem;
}

#invoice, #delivery {
    display: inline-block;
    width: 40%;
    margin-right: 2rem;
    vertical-align: top;
}

table#order {
    width: 100%;

}

th#image, td#image {
    width: 60px;
}

th#description, td#description {

}

th#qty, td#qty {
    width: 10%;
}

th#price, td#price {
    width: 10%;
    text-align: right;
}

#stdPrice {
    font-size: small;
    text-decoration: line-through;
    opacity: 0.6;
}

th#total, td#total {
    width: 15%;
    text-align: right;
}

tfoot td {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #CFCAB8;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 1.5em;
}


.noborder {
    border: 0;
}

td.nobold {
    font-weight: normal;
    padding: 0.2em;
    line-height: normal;
}

#increase, #decrease, #delete {
    display: none;
}