
    .code {
        font: 14px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
    }

    .sapMLnk.sapMLnkSubtle {
        text-decoration: underline;
    }

    .sapMLIBActionable {
        cursor: auto;
    }

    .sapMLIBActionable,
    .sapMLIBActionable>.sapMLIBImgNav,
    .sapMListTblNavCol>.sapMLIBImgNav,
    .sapMLIBActionable .sapMSLIThumbnail,
    .sapMLIBActionable .sapMSLIImgIcon {
        /*cursor: pointer;*/
        cursor: auto;
    }

    ol {
        counter-reset: counter;
    }

    ol li:not(.no_list_style):not(.sapMBreadcrumbsItem) {
        counter-increment: counter;
        list-style-type: none;
    }

    ol li:not(.no_list_style):not(.sapMBreadcrumbsItem):before {
        content: counter(counter) ". ";
        margin-left: -1em;
    }

    ol li.no_list_style:before {
        content: "";
    }

    .indent {
        padding-left: 1em;
        border-left: 1px solid lightgrey;
    }

    .no_list_style {
        list-style-type: none;
    }

    .meta_style {
      color: grey;
      font-style: italic;
    }

    .side-navigation-demo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 15rem;
    }

    
    .backgroundColor1 {
        color: #a45d00 !important;
        background-color: #fff3b8;
    }

    .backgroundColor1:visited {
        color: #a45d00;
    }

    .backgroundColor1:hover {
        color: #a45d00 !important;
        text-decoration: none !important;
    }

    .sapTntInfoLabel {
        box-sizing: border-box;
        padding: 0 .375rem;
        text-align: center;
        border-radius: .25rem;
        height: 1.375rem;
        display: inline-block;
        max-width: 100%;
        line-height: 1.375rem;
    }

    .sapTntInfoLabelInner {
        color: #a45d00;
        font-size: .875rem;
        font-weight: bold;
        font-family: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
        vertical-align: top;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 100%;
    }

    html, body, #content {
        height:100%;
    }

