.auto-attachments-cleaner ul {
    display: table;
    border-collapse: collapse; 
    margin: 0;
    padding: 0;
    list-style: none;
}

.auto-attachments-cleaner li {
    display: table-row;
    border-bottom: 1px solid #ddd;
}

.auto-attachments-cleaner li.header{ font-weight: bold;}

.auto-attachments-cleaner li span, .auto-attachments-cleaner li em {
    display: table-cell;
    padding: 8px 12px; 
}

.auto-attachments-cleaner li em {
    color: #888; 
}

.auto-attachments-cleaner li:last-child {
    border-bottom: none; 
}

.aac-notice-warning{
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-color: #dba617;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin: 5px 0;
    padding: 2px 5px 3px 5px;
    font-size: 12px;
    font-weight: 500;
    color: #da0000;
}


.aac-notice-warning.hidden{
    display: none;
}


.hentry:hover .aac-notice-warning.hidden{
    display: block;
}