#content > div > main > section > div.card.mb-4 {
    box-shadow: none !important;
    border:none !important;
}

#exclusive_contents-datatable, #patients-datatable, #groups_fhir-datatable {
    margin: 0 !important;
}

#postList > li > div.d-flex.ml-md-4.ml-lg-4.ml-xl-4 > a {
    display: none !important;
}

#postList > li > div.d-flex.ml-md-4.ml-lg-4.ml-xl-4 > div > a > h5 {
    color: black !important;
}

/* Fix Footer Display Issue */
#content > footer {
    display: block !important;
}

#collapseExample > div > ul > li > a > span {
    font-size: 14px;
}

#collapseExample {
    border-top: 1px solid #ddd !important;
}