﻿.viewSalesOrder
{
    margin-top: 2em;
}

table.viewSalesOrder td
{
    white-space: nowrap;
}

table.viewSalesOrder td.label
{
    width: 10em;
}

table.actions td
{
    vertical-align: top;
}

td.date
{
    white-space: nowrap;
}

td.internalComments
{
    font-size: 8pt;
    white-space: pre;
}

.stock
{
    text-align: right;
}

td.salesreportsum, td.salesreportcount, td.salesreportitemsum, td.salesreportyearsum, td.salesreportmonthsum, td.order_cost_column, td.order_outstanding_column
{
    text-align: right;
}

div.address
{
    white-space: pre;
}

.amount
{
    text-align: right; 
}

tr.newCode td
{
    padding-top: 1em;
}

td.totalPrice
{
    text-align: right;
}

tr.expiredStockDetails
{
    display: none;
}

input.stockWithdrawalCount
{
    width: 3em;
}

tr.depositDetails
{
    display: none;
}

tr.depositDetails > td
{
    padding-left: 2em;
}

td.purchaseOrderAmount, th.purchaseOrderAmount
{
    text-align: right;
}