<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .padding
    {
        padding-bottom:10px;
        }

.table td {
    padding: .50rem !important;
}
.dataTables_filter {
    visibility:hidden;
    text-align: right;
}
.dataTable thead {
    color: White;
    background-color: #343a40 !important;
    font-weight: bold;
    border-bottom-style: none;
}
.box-body table
{
display: inline-block;
width: 50%;
text-align: left; /* to reset table text */
}


.flipped {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    overflow-x: auto;
  /*  overflow-y: auto;*/
    white-space: nowrap;

}
    /*.flipped, .flipped .dataTables_wrapper {
        transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);*/ /* IE 9 */
        /*-webkit-transform: rotateX(180deg);
    }*/
tfoot {
    display: table-header-group;
}
tfoot input
{
width: 90%;
height: 25px;
padding: 4px;
font-size: 12px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
}
.dataTables_scrollFoot{
    display:none;
}
.DTList_filter {
    display: none;
}
.DTList_length
{
display:none;
}
.DTList_paginate 
{
text-align:right;
}
div.dt-buttons {
float: right;

}




table.dataTable thead th, table.dataTable thead td {
    border-bottom-style: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a9a9a9;
    }</pre></body></html>