.view-data-table{
    border-collapse:collapse;border-spacing:0;width:auto;margin-bottom:1em;border:0; margin-top: 20px; width: 100%;
}
.view-data-table td,.view-data-table th{padding:8px;border:0;background:0;text-align:left}.view-data-table tbody td{vertical-align:top}.view-data-table [class*=column]+[class*=column]:last-child{float:none}.view-data-table tbody td,.view-data-table tfoot th{border-top:1px solid #ddd}.view-data-table tbody tr:first-child td{border-top:0}.view-data-table thead th{border-bottom:1px solid #ddd}.view-data-table tfoot th,.view-data-table thead th{background-color:#d9edf7;color:#494949;font:700 11px/22px arial,helvetica,sans-serif;vertical-align:middle}.view-data-table .odd td{background-color:#f9f9f9}.view-data-table .even td{background-color:#fff}.view-data-table .row-hover tr:hover td{background-color:#f3f3f3}.view-data-table img{margin:0;padding:0;border:0;max-width:none}.view-data-table_wrapper{clear:both;margin-bottom:1em}.view-data-table_wrapper .view-data-table{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_info{clear:both;float:left;margin:4px 0 0}..dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.view-data-table_wrapper .sorting,.view-data-table_wrapper .sorting_asc,.view-data-table_wrapper .sorting_desc{padding-right:20px;cursor:pointer;outline:0}.view-data-table_wrapper .sorting div,.view-data-table_wrapper .sorting_asc div,.view-data-table_wrapper .sorting_desc div{position:relative;margin:0!important;padding:0!important;float:none!important}.view-data-table_wrapper .sorting:hover,.view-data-table_wrapper .sorting_asc,.view-data-table_wrapper .sorting_desc{background-color:#049cdb;color:#682341}.view-data-table_wrapper label input,.view-data-table_wrapper label select{display:inline;margin:2px;width:auto}.view-data-table thead th{background-color:#EEE!important;line-height:1em}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting{
    background-image: none !important;
}
table.dataTable thead th, table.dataTable thead td{
    padding: 10px;
}
table.dataTable thead th:hover{
    color: #722750;
}