1/**
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7body {
8  overflow: hidden;
9  margin: 0px;
10  padding: 0px;
11  background: white;
12  width: 400px;
13}
14
15div:first-child {
16  margin-top: 0px;
17}
18
19div {
20  padding: 1px 3px;
21  font-family: sans-serif;
22  font-size: 10pt;
23  width: 400px;
24  margin-top: 1px;
25}
26