.request-box {
    font-size: 0.9em;
    background: #fff;
    padding: 0.75rem;
    border: 0 solid #ccc;
    border-radius: 0.5rem;
}
.request-box.hide {
    display: none;
}
.request-box .content-type {
    color: #7B6B5C;
    font-size: 0.7rem;
    float: right;
}
.request-box pre {
    color: #888;
    padding: 1rem;
    margin-bottom: 0;
}

.request-box .string {
    color: #35b735;
}

.request-box .number {
    color: #0000ff;
}

.request-box .boolean {
    color: #b22222;
}

.request-box .null {
    color: #808080;
}

.request-box .key {
    color: #666;
}
