/* Copyright 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. */

body {
  font-size: 70%;
  margin: 0;
  min-width: 45em;
  padding: 0.75em;
}

h1 {
  color: rgb(74, 142, 230);
  font-size: 110%;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h2 {
  border-top: 1px solid rgb(58, 117, 189);
  color: rgb(58, 117, 189);
  font-size: 110%;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 20px 0 0 -38px;
  padding: 0.5em 1em 0.5em 38px;
}

a {
  color: black;
}

#json {
  display: none;
  height: 100px;
  width: 100%;
}
