#doc-menu {
    height: 100vh;
    overflow-y: scroll;
    padding-right: 10px;
    z-index: 9;
    background: #f5f5f5;
}

.doc-content {
    margin-left: 250px;
}

.affix{
    top:0 !important;
}

.table-responsive {
    max-height: 400px;
    overflow-y: auto;
}

.table > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #f5f5f5;
}

.demoRequestResult {
    word-break: break-word;
}