﻿.IncidentAttachmentWrapper a .fa {
    color: black;
}

.AttachmentContainer {
    border: 1px solid #DCDCDC;
    box-shadow: inset 0 -2px 0 0 rgba(19,24,25,0.2);
    border-radius: 2px;
    padding: 10px;
}

.AttachmentContainer a.Delete-Icon {
    color: #E73C02;
    opacity: 0.5;
}
