/* special styling for api description panels */
.rest-api-macro-method .rest-api-macro-uri {
    float: right;
    font-family: monospace;
    text-decoration: inherit;
    color: #808080;
}

.rest-api-macro-method .rest-api-macro-method-body {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    padding: 20px;
    clear: both;
}