[class^="f-"], [class*=" f-"] {
    font-family: 'iconsmind';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.f-jpg:before, .f-jpeg:before, f-png:before {
    content: "\eb65";
}
f-pdf:before{
    content: "\e8b5";
}
.f-doc:before, .f-docx:before{
    content: "\e8b5";
}

.f-xlsx:before {
    content: "\e89a";
}

.f-ppt:before, .f-pptx:before {
    content: "\e8ab";
}
@media all and (min-width: 600px) {
    .fileCol{
        width:1%;
        white-space: nowrap;
    }
}