body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
.CashMemoArea table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.CashMemoArea table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
    padding-bottom: 10px;
}

.CashMemoArea table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.CashMemoArea table th,
.CashMemoArea table td {
    word-wrap: break-word;
    padding: .625em;
    text-align: left!important;
}
.CashMemoArea .align-right {
    text-align: right !important;
}
.CashMemoArea .align-center{
    text-align: center!important;
}
.CashMemoArea table td a{
    color: #000 !important;
    text-decoration: none !important;
}
.CashMemoArea table th {
    font-size: .95em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.CashMemoArea .pra-head th{
    letter-spacing: 0;
}
.special-table .table-head td{
    padding: 4px 0 4px 10px !important;
    width: 100% !important;
    text-align: left !important;
    font-size: 12px !important;
    display: block !important;
}
.CashMemoArea .table-head-center td:first-child,
.special-table .table-head td:first-child{
    padding-top: 10px !important;
}
.CashMemoArea .table-head-center td:last-child,
.special-table .table-head td:last-child{
    padding-bottom: 10px !important;
}

.CashMemoArea .table-head-center td{
    padding: 4px 0 4px 0px !important;
    width: 100% !important;
    text-align: center!important;
    font-size: 18px !important;
    display: block !important;
}
.red{
    color: #ff0000;
}
.CashMemoArea .table-head-pra td{
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .CashMemoArea table {
        border: 0;
    }

    .CashMemoArea table caption {
        font-size: 1.3em;
    }

    .CashMemoArea table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .CashMemoArea table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .CashMemoArea table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right !important;
    }

    .CashMemoArea table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
    }

    .CashMemoArea table td:last-child {
        border-bottom: 0;
    }
    .d-none{
        display: inline-table !important;
    }
    .CashMemoArea .align-center{
        text-align: right !important;
    }
    .CashMemoArea .table-head-pra td{
        text-align: center !important;
        font-size: 10px;
    }
}