table.fd-table {
    width: 100%;
}

table.fd-table .fd-header{
    background-color: #0051ba;
    color: white;
}

table.fd-table .fd-firstDir{}
table.fd-table .fd-lastDir{}
table.fd-table .fd-firstFile{}
table.fd-table .fd-lastFile{}
table.fd-table .fd-dir{}
table.fd-table .fd-file{}
table.fd-table .fd-path{}

table.fd-table .fd-altRow{
    background-color: #efefef;
}

table.fd-table .fd-group-dir{
    background-color: #ddd;
}

table.fd-table tr {
    border-bottom: 1px solid #ccc;
}

table.fd-table tr td {
     padding:5px;
}

table.fd-table .fd-xlsx {
    background-color: #E3D1E6;
}

table.fd-table.no-border,
table.fd-table.no-border > tr,
table.fd-table.no-border > tr > td {
    border: none;
}

table.fd-table .fd-icon{
    display: inline-block;
    width: 16px;
}