/* here you can put your own css to customize and override the theme */
div.dt-buttons
{
    margin: 0 !important;
    float: none;
    width: 100%;
    text-align: center;
}

div.dt-buttons > a
{
    background-color: #33c4d1;
    color : white;
    border-color: transparent;
}

table.sample_1
{
    width :100% !important;
}

.max-content
{
    width: max-content;
    width: -moz-max-content;
}

.content-center
{
    margin: auto;
}

.content-right
{
    margin-right : 0 !important;
    margin-left  : auto !important;
}

.w1
{
    width: 1% !important;
}

.m0
{
    margin: 0 !important;
}

.p0
{
    padding: 0 !important;
}

.readonly
{
    background-color: white !important;
}

.mobile
{
    display: none;
}

.my-btn-table
{
    width: 70px !important;
}