/*
 * Table styles
 */

.table-responsive {
    padding: 0
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: normal
}

.dataTables_wrapper label,
.dataTables_info,
.dataTables_paginate {
    font-size:14px
}

.dataTables_wrapper select,
.dataTables_wrapper input {
    font-size:14px !important;
    height: auto;
    line-height : normal
}

table.dataTable tr:nth-child(odd) {
    background-color: #F9F9F9
}

table.dataTable td, table.dataTable th {
    border: 0px solid #fff;
    padding: 20px 0
}