.ccm-block-file{
    padding-top: 10px;
    min-height: 32px;
}
.ccm-block-file a{
    font-weight: bold;
}
.ccm-block-file a small{
    color: #777;
    font-size: 0.85em;
    font-weight: normal;
}
.ccm-block-file a:hover,
.ccm-block-file a:active{
    text-decoration: none;
}
.ccm-block-file a::before{
        display: inline-block;
        width: 60px;
        height: auto;
        float: left;
        padding: 5px 0;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 50px;
}

.ccm-block-file.file-pdf a::before{
    content: '\f1c1';
    color: #AA4444;
}
.ccm-block-file.file-xls a::before,
.ccm-block-file.file-xlsx a::before{
    content: '\f1c3';
    color: #44AA77;

}
.ccm-block-file.file-doc a::before,
.ccm-block-file.file-docx a::before{
    content: '\f1c2';
    color: #4466AA;

}
.ccm-block-file.file-zip a::before,
.ccm-block-file.file-rar a::before{
    content: '\f1c6';
    color: #EA8526;

}
.ccm-block-file.file-png a::before,
.ccm-block-file.file-jpg a::before{
    content: '\f1c5';
    color: #AA4444;
}
