
div.dataTables_wrapper li {
    text-indent: 0
}

div.dataTables_wrapper li:before {
    content: ""
}

body.example div.dataTables_wrapper ul li, body.example div.dataTables_wrapper ol li {
    padding: 0;
    border: none !important
}

body.example div.dataTables_wrapper ul li, body.example div.dataTables_wrapper ol li {
    padding: 0;
    border: none !important
}

div.dataTables_wrapper > table.dataTable {
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

div.dataTables_filter {
    padding: 10px;
    float: left !important;
    width: auto !important;
}

div.dataTables_length {
    padding: 10px;
    float: right !important;
}

div.dt-buttons {
    padding: 10px;
    margin-left: 100px;
}

div.dt-buttons > a {
    height: 32px;
    font-size: 12px;
}

div.dataTables_info {
    float: left;
    padding: 10px;
}
div.dataTables_paginate {
    float: right;
    padding: 10px;
}



div.dataTables_filter > label > input {
    width: 30em !important;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    background-image: none;
    padding: 3px 8px;
    border: 1px solid #d3d3d3;
    height: 32px;
}
