/* file icon */

.ccm-block-file{
    min-height: 32px;
}
.ccm-block-file a{
    display: inline-block;
}
.ccm-block-file a::before{
    content: '\f016';
    font-family: 'FontAwesome';
    font-size: 30px;
    display: block;
    width: 20px;
    height: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
    color: #000;
}

.ccm-block-file.file-pdf a::before{
    content: '\f1c1';
    color: #FF4949;
}
.ccm-block-file.file-msexcel a::before{
    content: '\f1c3';
    color: #88C250;

}
.ccm-block-file.file-msword a::before{
    content: '\f1c2';
    color: #348FF7;

}
.ccm-block-file.file-zip a::before,
.ccm-block-file.file-x-rar a::before{
    content: '\f1c6';
    color: #DED704;

}

