        body
        {
            margin: 0;
	        padding: 0;
        }
code
{
    font-weight: bold;
    border: 2px dashed #7f925d;
    background-color: #efffd2;
    padding: 3px;
    margin-right:2px;
}

.note
{
    font-weight: bold;
    border: 2px dashed #b9ab06;
    background-color: #fff68b;
    padding: 3px;
    margin:2px 2px 10px 4px;
}

#rightPanel
{
    overflow:auto; padding:0 10px 0 4px; height:400px;
}

#helpTree
        {
            width:230px;overflow:auto;
            height:565px;
        }
        #search
        {
            color:#808080;
        }
        #search:focus
        {
            color:#000;
        }
        #searchResults
        {
            display:none;
        }
        #searchSummary span
        {
            font-style:italic;
        }
        #searchResultsTable a
        {
            text-decoration:none;
            font-size:14px;
        }
        .contentSnipped .hit
        {
            font-weight:bold;
        }
        
        li.documentnode > a > .jstree-icon {
            background-image: url("/media/images/elab_icons/16/document.png");
            background-position: 0 0;
        }
        li.book > a > .jstree-icon {
            background-image: url("/media/images/elab_icons/16/book-brown.png");
            background-position: 0 0;
        }
        li.chapter > a > .jstree-icon {
            background-image: url("/media/images/elab_icons/16/book-open.png");
            background-position: 0 0;
        }

.imgborder {
    background-color: #DDDDDD;
    border: 3px solid #AAAAAA;
    padding: 5px;
}

span.sub-title {
    font-weight:bold;
    width:200px;
    display:inline-block;
}

span.sub-title.organisation {
    width: 195px;
}

.italic {
    font-style: italic;
}

.pointer-cursor {
    cursor: pointer;
}

.support-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.support-info {
    margin: 0 !important;
}

.inline-link {
    padding-left: 10px;
}