/* Table */
.isun-table-1 {
    border-collapse: collapse;
    font-size: 14px;
    min-width: 537px;
}

.isun-table-1 th,
.isun-table-1 td {
    border: 1px solid #e1edff;
    padding: 7px 17px;
}
.isun-table-1 caption {
    margin: 7px;
}

/* Table Header */
.isun-table-1 thead th {
    background-color: #508abb;
    color: #FFFFFF;
    border-color: #6ea1cc !important;
    text-transform: uppercase;
}

/* Table Body */
.isun-table-1 tbody td {
    color: #353535;
}
.isun-table-1 tbody td:nth-child(4) {
    text-align: right;
}
.isun-table-1 tbody td:last-child {
    text-align: right;
}
.isun-table-1 tbody tr:nth-child(odd) td {
    background-color: #f4fbff;
}
.isun-table-1 tbody tr:hover td {
    background-color: #ffffa2;
    border-color: #ffff0f;
}

/* Table Footer */
.isun-table-1 tfoot th {
    background-color: #e5f5ff;
}
.isun-table-1 tfoot th:first-child {
    text-align: left;
}
.isun-table-1 tbody td:empty
{
    background-color: #ffcccc;
}