.table th, .table td{
    padding: 0.25rem;
    font-size: smaller;
    white-space: pre;
    border: 1px solid grey;
}
.table-responsive{
    width: -webkit-fill-available !important;
}

.dt-button{
    background: #fe6a49;
    padding: 2px 4px;
    border: 1px solid;
    border-radius: 10px;
    margin: 2px;
    color: white;
}


.sidebar_closed .page-body{
    margin-left: 100px !important;
}