﻿
table {
    border-right-width: 0;
    border-color: #444;
    color: #EEE;
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table th, table td {
    border-bottom-width: 1px;
}

table thead th, table thead td, table tfoot th, table tfoot td {
    text-align: left;
}

table td, table th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


table thead tr:first-child th {
    border-top-width: 1px;
}

table th, table td {
    border-left-width: 1px;
    border-right-width: 1px;

}

thead > tr > th, tbody > tr > th, tfoot > tr > th,  thead > tr > td,  tbody > tr > td,  tfoot > tr > td {
    border-color: #444;
}

th, td {
    padding-left: 5px;
    padding-right: 10px;
}
