﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    /*background-color: #262626;*/
    /*padding-left: 8px;*/
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.info {
    background: #f0f5f7;
    padding: 1.33rem;
    border-left: .25em solid #5bc0de;
}

.default {
    background: #f1f1f1;
    padding: 1.33rem;
    border-left: .25em solid lightgray;
}

.req-header {
    color: #b35e14;
}


.header {
    font-size: 25px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 21px;
    /*margin-top: 2em;*/
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    /*background-color: #fdfdfd;*/
}

.red{
    color:red
}

table tr:nth-child(even) > td {
    background-color: #fbfcfd;
}

code {
    color: black;
    word-break: break-all;
    line-height: 1.5;
    hyphens: auto;
}

.m {
    margin-left: 0px;
    line-break:normal;
}
.m::after {
    content: "\a";
    white-space: pre;
}
.o {
    margin-left: 15px;
    line-break: normal;
}
.o::after {
    content: "\a";
    white-space: pre;
}

.i {
    margin-left: 30px;
    line-break: normal;
}

.i::after {
    content: "\a";
    white-space: pre;
}
.j {
    margin-left: 45px;
    line-break: normal;
}

    .j::after {
        content: "\a";
        white-space: pre;
    }
.k {
    margin-left: 60px;
    line-break: normal;
}

    .k::after {
        content: "\a";
        white-space: pre;
    }
.l {
    margin-left: 75px;
    line-break: normal;
}

    .l::after {
        content: "\a";
        white-space: pre;
    }
.h {
    margin-left: 90px;
    line-break: normal;
}

    .h::after {
        content: "\a";
        white-space: pre;
    }