.dataTables_length {
    margin-left: 15px;
}
.dataTables_filter {
    margin-right: 15px;
}
.div.dataTables_wrapper div.dataTables_filter input {
    width: 290px;
}
.dataTables_info {
    margin-left: 15px;
}
.dataTables_paginate {
    margin-right: 15px !important;
}
div.dataTables_wrapper div.dataTables_filter input {
    width: 300px;
}
table.dataTable tbody tr:hover {
    background-color: #ececec;
    cursor: pointer;
}
table.dataTable td, table.dataTable th {
    vertical-align: middle;
}
table.dataTable td img {
    max-width: 70px;
}