
.add-button-show {
    display: block;
}
.add-button-hide {
    display: none !important;
}

.page-header {
    min-height: 60vh !important;
}

.table-striped tbody > tr:nth-of-type(2n+1),
#health-check-details > .row:nth-of-type(2n+1) {
    background-color: #e9ecef !important; 
}

#health-check-details .row h4 {
    margin-top: 0px;
}

#health-check-details .row div:nth-of-type(1) {
    text-align: left;
}

.profile-page .fileinput {
    margin-top: -5em !important;
}

@media (max-width: 450px) {
    .breadcrumb {
        margin-bottom: 0;
    }
    .profile-page .fileinput {
        margin-top: 0 !important; 
    }
}

/* Advisory */
.cn-advisory-content.openingdiv{
    display: block !important;
}
.CNAdvisory-rating svg {
    display: none;
}