body.page-id-177 header.ht-main-header {
    display: none;
}

body.page-id-177 .page-content {
    white-space: nowrap;
    vertical-align: top;
}

body.page-id-177 .page-content > div {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}

body.page-id-177 .page-content > #toc {
    width: 300px;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    background-color: white;
    overflow: auto;
    top: 50px;
}

#post-177 #endpoints {
    margin-left: 300px;
}

body.page-id-177 footer {
    display: none;
}

#toc > h1 {
    font-family: Roboto, sans-serif !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #444;
}

#toc > h3 {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

#toc ul {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

#toc ul + h3 {
    margin-top: 30px;
}

#toc ul > li {
    padding: 0 !important;
    margin: 0 !important;
}

#toc ul > li > a {
    color: #444;
}

#toc .verb,
#toc .endpoint {
    font-size: 12px;
}

#toc .verb,
#endpoints h4 .verb {
    display: inline-block;
    border-radius: 2px;
    padding: 6px !important;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: middle;
    font-weight: bold;
}

body.page-id-177 .page-content > #endpoints {
    width: calc( 100% - 310px );
    padding: 10px 0 10px 10px;
}

body.page-id-177 .page-content > #endpoints .endpoint + .endpoint {
    margin-top: 32px;
    border-top: 1px dashed #444;
    padding-top: 32px
}

#endpoints h2 .group {
    background-color: #1d8a1d;
    display: inline-block;
    border-radius: 2px;
    padding: 0 6px;
    text-transform: uppercase;
    color: white;
}

#endpoints h2 .group {
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    padding: 6px;
}

#endpoints h1,
#endpoints h2,
#endpoints h3,
#endpoints h4 {
    font-family: Roboto, Arial, sans-serif !important;
}

#endpoints table.endpoint-params thead tr {
    font-weight: bold;
    font-size: 14px;
    background-color: #dedede;
    color: #444;
    font-family: Roboto, Arial, sans-serif;
}

#endpoints table.endpoint-params td {
    font-family: Monospaced, monospace;
    padding: 10px;
}

#endpoints > .endpoint > h3:before {
    content: 'Description: ';
}

#endpoints > .endpoint > h4:before {
    content: 'Endpoint: ';
}

#endpoints > .endpoint > h3:before,
#endpoints > .endpoint > h4:before {
    border-radius: 5px;
    margin-right: 5px;
    width: 120px;
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    text-transform: capitalize !important;
    font-weight: bold;
    font-family: Monospaced, monospace;
}

#endpoints .endpoint-params {
    margin-top: 40px;
    display: table;
    overflow: hidden;
    border-radius: 4px !important;
    width: 100% !important;
    border: 1px solid red !important;
}

#endpoints .endpoint-params tr > td:nth-child(1) {
    width: 100px;
}

#endpoints .endpoint-params tbody tr > td:nth-child(2) {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}

#toc li a {
    padding: 10px !important;
    display: block;
}

#toc li:hover {
    background-color: #444;
    color: white;
    border-radius: 5px;
}

#toc li:hover * {
    color: white;
}

#toc a .title {
    display: block;
    margin-bottom: 5px;
}

.verb[data-verb="get"] {
    background-color: green;
    color: white;
}

.verb[data-verb="post"] {
    background-color: blue;
    color: white;
}

.verb[data-verb="put"] {
    background-color: #444;
    color: white;
}

.verb[data-verb="delete"] {
    background-color: red;
    color: white;
}