﻿
h1 {
    margin-bottom: 10px;
}

/* item details */
.divTable {
    display: table;
    width: auto;
    float: left;
    margin: 0px 0px 0px 0px;
}
.divTableRow {
    display: table-row;
}
.divTableRow .divTableCell:first-child {
    font-weight: bold;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border-bottom: 1px solid #ddd;
    display: table-cell;
    padding: 8px 8px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

@media only screen and (max-width: 960px)
{
    .divTable {
        width: 100%;
    }
}

/* total summary */
.totalFrame tr:last-child td {
    padding-bottom: 10px;
}