
.app-detail-table {
    width: 600px;
    max-width: 100%;
    background-color: #ffffee;
    border: 2px solid darkgrey;
}
.app-detail-table table {
    width: 100%;
    }


.app-detail-table th {
    max-width: 25%;
    text-align: left;
    font-size: 0.94em;
    border: none;
    line-height: 1.1;
    padding: 6px 4px !important;
    font-weight: 400;
    border-bottom: #d2d2d2 1px solid;
    vertical-align: bottom;
}

.app-detail-table td {
    width: 75%;
    border-bottom: #d2d2d2 1px solid;
    font-weight: 700;
    font-size: 1em;
}
.app-detail-totals{
    width: 600px;
    max-width: 100%;
}

