strong {
    color: #696969;
}

#sidebar-instruction-paper {
    background-color: #f5f5f5;
    padding: 15px;
    box-sizing: border-box;
}

#sidebar-instruction-paper .heading {
    font-size: 16px;
}

#sidebar-instruction-paper p:not(.heading) {
    border-bottom: 1px solid #efedec;
    padding-bottom: 5px;
}

#sidebar-instruction-paper a {
    color: #00ade4;
    text-decoration: none;
}

.contentmanager-content-view  .ct-column-main  h1,
.contentmanager-content-view  .ct-column-main  h2,
.contentmanager-content-view  .ct-column-main  h3 {
    border-bottom: 1px solid #efedec;
}

.contentmanager-content-view  .ct-column-main .pdf-download {
    text-decoration: none !important;
    text-align: center;
}
.contentmanager-content-view  .ct-column-main .pdf-download span:before {
    margin-right: 10px;
}

.contentmanager-content-view  .ct-column-main table td,
.contentmanager-content-view  .ct-column-main table th {
    word-break: break-word;
}

@media only screen and (max-width: 768px) {
    #sidebar-instruction-paper {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 20;
        display: none;
        padding-bottom: 5px;
    }

    #sidebar-instruction-paper .wrapper {
        overflow-x: auto;
        padding-bottom: 10px;
    }

    #sidebar-instruction-paper .inner {
        display: table;
    }

    #sidebar-instruction-paper p:not(.heading) {
        border: none;
        display: table-cell;
        padding: 0 20px 0 0;
        white-space: nowrap;
    }
}