﻿.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table.dataTable tbody tr {
    background-color: #fff;
}

.table tbody tr {
    font-size: 12px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

tr th {
    border: 0px solid #6e7bd9;
    color: white;
    background: #555D61;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}