.notification .noti-meta ul li{
    list-style: none;
    margin-left:0px !important;
}
.notification .noti-meta ul li i{
    margin-right:5px;
}
.document-manager table thead tr
{
    background: #003ca7;
    color: #fff;
}

.document-manager table 
{
    border-collapse: collapse;
    border: 1px solid #ccc;
    border-spacing: 0;
}
.document-manager table td,
.single-dmanager table td
{
    border: 1px solid #cecece;
}
.single-dmanager  tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.document-manager table thead th{
    padding:8px;
    text-transform: inherit;
    font-size: 12px;
}
.pd-30{
    padding:30px 0;
}
.single-dmanager .title{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    padding-top: 10px;
    margin-top: 0px;
    color: #02659d;
}
.document-manager table ul{
    margin-bottom:0px;
}
.download {
    position: relative;
    margin-bottom: 5px;
}
.download i.fas.fa-folder {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 5px;
    width: 22px;
    height: 22px;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #5cb85c;
    border-radius: 15px;
}
#random_post-2 li {
    max-width: 32%;
}
@media screen and (max-width: 640) {
    #random_post-2 li {
        max-width: 100%;
    }
}