.attachment-file{
    line-height: 30px;
    clear: both;
    display: block;
}

.attachment-div{
    margin-bottom: 1em;
}

.attachment-file:before{
    background-size: 100% auto;
    content: " ";
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 0.5em;
}

.file-jpg:before{
    background-image: url("../images/01_Download_Icons_jpg-01.svg");
}

.file-mp3:before{
    background-image: url("../images/01_Download_Icons_mp3-01.svg");
}


.file-pdf:before{
    background-image: url("../images/01_Download_Icons_pdf-01.svg");
}

.sound-attachment-file {
    margin: 0 0 1em;
}