
#rcmp-custom-chart-table td {
    padding: 10px; /* Adjust as needed */

}

#rcmp-custom-chart-table{
    border-collapse: collapse;
    text-indent: initial;
    padding: 5px;
    line-height: 1.4375;
    vertical-align: top;
    
    width: 100%;
    max-width: 100%;
}

caption {
    color: #333;
    font-size: 1.1em;
    font-weight: 700;
    
    padding-top: 8px;
    padding-bottom: 8px;
}

#table-heading {
    text-align: center;
    font-weight: 1700;
}

.text-right {
    text-align: right;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4375;
    color: #333;
    background-color: #fff;
}

th {
    display: table-cell;
    font-weight: bold;
    unicode-bidi: isolate;
}

#rcmp-custom-chart-table, .table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

details[open] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding-bottom: 1em;
    margin-bottom: .25em;
    padding-left: 1.1em;
    padding-right: 1.1em;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}