.tbl-black table
{
    width: 100% ;
    background-color: #fff;
    line-height: 1.4;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl-black td{
    word-wrap: break-word;
    font-size: 14px;
    padding: 2px 8px;
}
.tbl-black thead th {
    text-align:center !important;
    border: none;
    border-right: 1px solid #fff;
    color: #fff !important;
    height: 35px;
    background-color: #6B787F !important;
    padding: 2px 8px;
    cursor: pointer;
}

.tbl-black tr:nth-child(even)
{
    background-color: #e3e9ec
}

.tbl-black >.icon
{
    background:none !important;
    text-align: center !important;
}
.table-caption{
/*    caption-side: top !important;
    margin-top: -35px !important;
    text-align: center !important;
    font-size: 18px !important;*/
}

