﻿table.dataTable.no-footer {
    border-bottom: 1px solid #d6d4d4;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #d6d4d4;
}

input[type="search"] {
    background-color: white;
    border: 1px solid #d6d4d4;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #9c9b9b;
    font-size: 13px;
    height: 32px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

table.dataTable > thead > tr > th {
    color: #666;
}