.box-name {
    margin-bottom:2px;
}
.icon-user {
    color:#777777;
}
.name-user {
    font-size: 13px;
}
.date {
    color:#777777;
}
.box-description {
    font-size: 14px;
    margin-bottom:2px;
}
.item-box {
    margin-bottom: 10px;
}
.item-box img {
    width: -moz-available;
    border-radius: 8px;
}
audio{
    width: 100%;
}
@-moz-document url-prefix() {
    audio {
        opacity: 0.5;
    }
}