#profile,
.navbar-search,
.sidebar-sticky,
hr, 
footer {
    display: none;
}

a[href]:after {
    content: "";
}

h2 {
    margin: 1em 0;
}
h2:after {
    margin: 0;
}

.ha-logo,
.footer-logo {
    padding-top: 0;
}

.navbar {
    display: block;
    margin-bottom: 0;
}

.card {
    box-shadow: none;
    padding: 15px;
    margin: 0;
}

.printable {
    visibility: visible;
    display: block !important;
}

.printable table {
    width: 100%;
}

thead.hidden-xs {
    display: table-header-group !important;
    border-bottom: 2px solid #d5d5d5;
    border-top: 2px solid #d5d5d5;
}

td {
    display: table-cell !important;
    width: auto !important;
    border: none !important;
}

tr {
    border-bottom: 1px solid #d5d5d5 !important;
}

.text-danger {
    color: red !important;
}

nav.navbar img {
    float: right;
}

.system-alert,
.collapse[id^='learninghistory'],
.page-learner-history .table tr > th:nth-child(4),
.page-learner-history .table tr > th:nth-child(5),
.page-learner-history .table tr > td:nth-child(4),
.page-learner-history .table tr > td:nth-child(5) {
    display: none !important;
}

.page-learner-history .table tr > td:nth-child(1) {
    text-align: left;
}