card {
    cursor: pointer;
    font-weight: bold;
    margin-right: 20px;
    opacity: 0.7;
    line-height: 3;
}

    card:hover {
        opacity: 1;
    }

    card > span {
        margin-right: 3px;
        font-size: medium;
    }

    card > a {
        text-decoration: none !important;
        color: inherit !important;
    }

#lawouterdiv {
    vertical-align: top;
}

.toc {
    padding-left: 10px;
}

.root {
    font-weight: bold;
    text-transform: uppercase;
}

section {
    text-align: justify;
    font-size: 13px;
    display: block;
}

part {
    text-align: justify;
    display: block;
}

chapter {
    text-align: justify;
    font-weight: bold !important;
    display: block;
}

subchapter {
    text-align: justify;
    display: block;
}

division {
    text-align: justify;
    display: block;
}

article {
    text-align: justify;
    display: block;
}

paragraph {
    text-align: justify;
    display: block;
    display: block;
}

subparagraph {
    text-align: justify;
    display: block;
}

content {
    margin-top: 3px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}

num {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

heading {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
}

.control-label {
    padding-top: 0px !important;
}


/*#pnlBodyRoot p {
    display: inline;
}*/

coverpage {
    display: block;
    margin-bottom: 15px;
}

preface {
    display: block;
    margin-bottom: 15px;
}

preamble {
    display: block;
    margin-bottom: 15px;
}

mainbody {
    display: block;
    margin-bottom: 15px;
}

    mainbody p {
        display: inline-block;
    }

conclusions {
    display: block;
    margin-bottom: 15px;
}

#grdTOC > tbody > tr:not(:first-child) > td > prestyle {
    background-image: url('images/collapse.png');
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
}

    #grdTOC > tbody > tr:not(:first-child) > td > prestyle.open {
        background-image: url('images/expand.png');
    }

    #grdTOC > tbody > tr:not(:first-child) > td > prestyle.emptynode {
        background-image: url('images/last.png');
    }

.relateddocs::before {
    content: url('images/last.png');
    margin-right: 5px;
}

.opennode {
    font-weight: bold;
}

ul.nav.leftalign {
    float: left !important;
}

li.pressed a {
    color: #496FFF !important;
    border-bottom: 5px solid lightgray;
}

#navbarfunctions {
    border-bottom: none !important;
}

li.bold a {
    color: #496FFF !important;
    font-weight: bold;
}

#menucollapse {
    float: left;
    border: none;
}

    #menucollapse:hover {
        background: none;
        text-decoration: none;
    }

    #menucollapse:focus {
        background: none;
        text-decoration: none;
    }

#navbarfunctionscollapse a {
    font-size: 13px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media print {
    body {
        color: black !important;
    }

    #ControlBar {
        display: none;
    }

    #lawouterdiv {
        display: block;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('images/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('images/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('images/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('images/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('images/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('images/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}
