body.path-node {
    height: calc(100% - 175px);
}

body.path-node div.dialog-off-canvas-main-canvas,
body.path-node div#page-wrapper,
body.path-node div#page/*,
body.path-node section#content-outer-wrapper/*,
body.path-node div#main-layout*/ {
    height: 100%;
}

body.path-node div#main-layout {
    background-color: white;
    
    padding-top: 20px;
    padding-bottom: 20px;
    
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);    
}

/* Info pages */
body.path-node div#info-content h1 {
    /*font-family: "Trebuchet MS", sans-serif;*/
    font-weight: normal;
}

body.path-node div#info-content h2 {
    font-size: 20px;
}