.table {
    width: 100%;
    border: 1px solid #e4e4e4;
    font-size:14px;
}

.table thead {
    background: #f1f1f1;
}
.table td, .table th {
    padding: 6px;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.table td a {
    color: #009fe3;
}


div.method {
    background:#efefef;
    border-radius: 4px;
}

div.method>span {
    background:#4387ec;
    color:#d7e5fa;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 4px;
    font-size: 12px;
    margin-right: 6px;;
}

div.method>span.put {
    background:#e7ca47;
    color:#faf3d6;
}

div.method>span.delete {
    background:#e74747;
    color:#f4c2c2;
}

div.method>span.post {
    background:#27d346;
    color:rgb(204, 244, 194);
}


.tag {
    color:#4387ec !important;
    font-family: 'Courier New', Courier, monospace;
}

code {
    white-space: pre;
}