#notar-extranet-notifications > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#notar-extranet-notifications > ul > li > a {
    align-items: center;
    border-radius: 0.5rem;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.75rem;
    text-decoration: none;
    width: 100%;
}
@media screen and (min-width: 769px) {
    #notar-extranet-notifications > ul > li > a {
        padding: 0.75rem 0;
    }
}
#notar-extranet-notifications > ul > li > a > .content {
    color: black;
    flex: 1;
    overflow: hidden;
    padding: 0 1rem;
}
#notar-extranet-notifications > ul > li > a > .content > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#notar-extranet-notifications > ul > li > a > .content > div:last-child {
    color: #999;
    font-size: 0.75rem;
}
#notar-extranet-notifications > ul > li > a > .icon {
    align-items: center;
    background-color: #d0d0d0;
    border-radius: 1rem;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0.5rem;
    width: 44px;
}
#notar-extranet-notifications > ul > li > a > .icon > img {
    height: 22px;
    width: auto;
}
#notar-extranet-notifications > ul > li > a > .more {
    color: #528ba4;
    font-size: 0.75rem;
    padding-top: 1.25rem;
}
