.table__head{
    color: #FFF;
    font-weight: 700;
    background: #9b4085;
    background: -moz-linear-gradient(-45deg, #9b4085 0%, #608590 100%);
    background: -webkit-linear-gradient(-45deg, #9b4085 0%,#608590 100%);
    background: linear-gradient(135deg, #cf6d02 0%,#f0d5a5 100%) !important;
    white-space: nowrap;
    }
    .table-bordered td, .table-bordered th{

    }
    .table>:not(caption)>*>*{
        background: transparent !important;
        text-transform: uppercase;
    }