﻿thead > tr > th, tbody > tr > td {
    white-space: nowrap;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    columns: 200px 4;
    -webkit-columns: 200px 4;
    -moz-columns: 200px 8;
}

.dt-filter-rigth {
    text-align: right;
}

    .dt-filter-rigth > div {
        display: inline-block;
    }

        .dt-filter-rigth > div > button {
            background-color: #3c8dbc;
            border-color: #367fa9;
            color: white;
            margin-right: 5px;
        }

            .dt-filter-rigth > div > button:hover:not(.disabled) {
                background-color: #5ea5ce;
                border-color: #5497be;
            }
