.text-bold-header{
    font-weight: bolder;
}

.subtitle-endpoints{
    margin-top: -15px;
}

table, th, tr, td{
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    margin: 0 0 3em 0;
    padding-top: 15px;
    padding-bottom: 15px;
    /* width: 30%; */
}

.api-href{
    color: #ef3f48;
}

.api-href:hover{
    text-decoration: underline;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.footer{
    overflow: auto;
    background: #F8F8F8;
    clear: both;
    position: relative;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #EEE;
    padding: 60px;
    font-size: 85%;
}

.content-outer{
    /* padding-top: 60px; */
    min-height: 400px;
    margin-bottom: 6em;
    /* overflow: hidden; */
    /* padding-left: 180px; */
}

.page-header{
    margin-bottom: 20px;
    /* border-bottom: 1px solid #eee; */
}

.content-main{
    position: relative;
    z-index: 0;
    width: 1000px;
    /* margin-right: 20px; */
    /* float: left; */
}

.field{
    margin-bottom: 2em;
}

.field-el{
    margin-bottom: 25px;
}

.parameter:first-child{
    border-top: 1px solid #eee;
}

.parameter{
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.parameter .param{
    display: block;
    float: left;
    width: 350px;
    color: #333;
    font-weight: bold;
}

.parameter .param-usage{
    display: block;
    float: left;
    width: 700px;
    color: #333;
    font-weight: bold;
}

pre.prettyprint{
    padding: 0px;
    background-color: #fafafb;
    border: none !important;
    width: 1000px;
}

span.param i{
    /* font-weight: 700; */
    color: grey;
}

.menu-item{
    padding-right: 10px;
}

.dataTables_scroll
{
    overflow: auto;
    position: relative;
}