
ul.api-methods li:not(:last-child) {
    margin-bottom: 5px;
}

code {
    display: inline-block;
    word-break: break-all;
}

.url-api {
    padding: 5px 0px;
    display: block;
    border-bottom: 1px solid rgb(200, 200, 200);
    margin-bottom: 10px;
}

.url-api > span.label {
    margin-right: 5px;
}

.content-footer {
    padding: 15px;
    text-align: center;
    background-color: #dd4b39 !important;
    color: white;
    font-size: 15px;
}

.content-footer > p:not(:last-child) {
    margin-bottom: 5px;
}

.content-footer > p:last-child {
    margin-bottom: 0px;
}

.link-underlined,
.link-underlined:hover,
.link-underlined:active,
.link-underlined:focus {
    text-decoration: underline;
}

.link-white,
.link-white:hover,
.link-white:active,
.link-white:focus {
    color: white;
}

.text-translucent {
    color: rgba(255, 255, 255, 0.5);
}

.header-pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
}

.text-italic {
    font-style: italic;
}
