/* Copyright (c) 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

.default-object-snapshot-view #args {
  white-space: pre;
}

.default-object-instance-view #snapshots > * {
  display: block;
}

.default-object-view {
  overflow: auto;
}

.default-object-view * {
  display: block;
  -webkit-user-select: text;
}

.default-object-view .title,
.default-object-view .title {
  border-bottom: 1px solid rgb(128, 128, 128);
  font-size: 110%;
  font-weight: bold;
}

.default-object-view td,
.default-object-view th {
  font-family: monospace;
  vertical-align: top;
}