/* Copyright 2017 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
body {
color: rgb(48, 57, 66);
font-size: 1em;
margin: 15px;
}
p {
white-space: pre-wrap;
}
.content {
background-color: #fbfbfb;
border: 1px solid #cecece;
border-radius: 3px;
line-height: 1.5;
overflow-wrap: anywhere;
padding: 19px;
}
#sb-title {
font-size: 2em;
margin-bottom: 0.8em;
}
h1,
h2,
p {
font-weight: normal;
line-height: 1.5;
}
cr-tab-box {
font-size: 1.3rem;
}
table.request-response {
border: 1px solid #cecece;
border-radius: 3px;
table-layout: fixed;
white-space: pre-wrap;
width: 100%;
word-break: break-all;
}
table.request-response td {
width: 50%;
}
.bold-span {
font-weight: bold;
}
.result-container {
font-weight: normal;
line-height: 1.5;
white-space: normal;
}