.xng-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: gray;
}
.xng-table > thead > tr {
    padding: 8px 16px;
    background: rgba(0, 32, 91, 1);
}
.xng-table > thead > tr > th {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    text-align: left;
    padding: 8px 16px;
    border-bottom: 0;
}

.xng-table > tbody > tr {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}
.xng-table > tbody > tr:nth-child(even) {
    background: #eeeeee;
}
.xng-table > tbody > tr > td {
    padding: 8px 16px;
    font-size: 14;
    font-weight: "normal";
    letter-spacing: 0;
    line-height: 22px;
}
