@CHARSET "UTF-8";

.accounting-line-item-primary-description, .accounting-total-row{
font-weight:bold;
font-size:1.2em;
}

.accounting-line-item-additional-description{
margin-left:5px;
}

tr.accounting-total-row{
border-top:2px solid #000000;
border-bottom:2px solid #000000;
}


tr.accounting-total-row > td{
font-weight:bold;
background-color:#ffffff;
text-align:right;
padding:2px 2px 2px 0;
}

td.table-data-right,th.table-data-right,.sticky-table th.table-data-right{
text-align:right;
padding-right:2px;
}

td.table-data-center,th.table-data-center, .sticky-table th.table-data-center{
text-align:center;
}

.order-items-table th{
font-weight:bold;
}

.order-items-table td{
background-color:#ffffff;
}

.accounting-order-description{
width:70%;
}

.accounting-order-unit-price{
width:10%;
}

.accounting-order-quantity{
width:10%;
}

.accounting-order-total{
width:10%;
}

.order-description{
	font-size:1.2em;
}

.order-processed fieldset{
background-color:#94e591;
}
.order-unprocessed fieldset{
background-color:#ffbbbb;
}