/**************************************************************************************************
 *  Extended Styling specific for Douglas
 **************************************************************************************************/
div.content {
    margin-top: 15px;
    width:700px;
    margin-top: 15px;
    margin-right: 15%;
--    border: thin solid black;
    padding-bottom: 15%;
}

div.leftpanel {
    margin-top: 15px;
    float: left;
    width: 49%;
--    border: thin black solid;
}

div.rightpanel {
    margin-top: 15px;
    float: right;
--    border: thin black solid;
}

/**************************************************************************************************
 *  Styling for CX
 **************************************************************************************************/
.multilinelabel { /* details */
    vertical-align: top;
}

/**************************************************************************************************
 *  Extended receipt grids
 **************************************************************************************************/

th.receiptgrid { /* grids */
    color: #006C07;
    font: bold 9pt Calibri, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    background-color: #E6E6E6;
}

.receiptgrid { /* grids */
    font: normal 9pt Calibri, Verdana, Arial, Helvetica, sans-serif;
    color: #575757;
    vertical-align: top;
    white-space: normal;
  /* border: 1px solid #999999;*/
}

.receiptgrid:link { /* links in grids */
    font: normal 9pt Calibri, Verdana, Arial, Helvetica, sans-serif;
    color: #575757;
}

.receiptgrid:visited { /* visited links */
    color: #575757;
}

table.receiptgrid {
    border-top: 1px solid #999;
}

table.receiptgrid th, 
table.receiptgrid td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    padding-right: 8px;
}

table.receiptgrid .button {
    margin: 7px auto;
}

.cellright {
    text-align: right;
}

table.receiptgrid tbody td:first-of-type, 
table.receiptgrid thead th:first-of-type,
table.receiptgrid tfoot td:first-of-type {
    border-left: 1px solid #999;
}

table.possegrid tbody:last-of-type tr {
    border-left: 1px solid #999;
}

table.receiptgrid tr td:nth-of-type(6) {
    padding-right: 2px;
}

table.receiptgrid tr td:nth-of-type(7) {
    padding-right: 8px;
}