#breadcrumbs-container {
    display: none;
}

div.container {
    width: 98%;
    display: table;
    table-layout: fixed;
}

div.navigation {
    background: #FFFFFF;
    width: 280px;
    display: table-cell;
}

div.navigation h4 {
    text-align: left;
    margin-left: 30px;
}

div.navigation ul {
    list-style: none;
}

div.content {
    position: relative;
    left: 20px;
    display: table-cell;
}

div.versionFooter {
    text-align: center;
}

.tags {
    list-style: none;
}

.tags li {
    display: inline;
}

pre.prettyprint {
    background-color: lightgray;
    overflow: auto;
}

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
    list-style-type: decimal !important
}

.placeholder {
    background-color: yellow;
}

.attributes, .parameters {
    margin-bottom: 50px;
}

div.parameters .subAttributes, .subParameters {
    margin-top: 20px;
}

div.parameters div table {
    width: 90%;
    margin-left: auto;
}

div.attributes tr.name {
    display: none;
}

/* tables */

table {
    border-collapse: collapse;
}

table caption {
    text-align: left;
    font-weight: bold;
}

tr:nth-child(even) {background-color: #f2f2f2}

th, td {
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid black;
}

th {
    white-space: nowrap;
    background-color: #9cc65a;
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
}

td {
    vertical-align: top;
}

div.attributes tr.seed {
    display: none;
}
