.leadAttachment {

    padding: 5px 10px;
    width: 90%;
    background-color: var(--lor-color);
    color: white;
    margin: 2px 0;
    border-radius: 3px;

}

.leadAttachment:hover {

    background-color: var(--lor-color-dark);

}

#box_leadCommentTitle {

    position: absolute;
    top: 13px;
    left: 5px;
    right: 0;
    bottom: 0;

}

#box_leadCommentBox p {

    margin-top: 10px;

}

#box_leadCommentBox p:first-child {

    margin-top: 0;

}