1/*
2 * Copyright 2010 Google Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *     http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16html, body {
17  padding: 0;
18  margin: 0;
19  width: 100%;
20  font-family: helvetica, sans-serif;
21  font-size: 14px;
22}
23#butter {
24  position: absolute;
25  top: 0;
26  min-width: 300px;
27  background-color: #C5D7EF;
28  text-align: center;
29  padding: 5px;
30  border-left: 1px solid #3366CC;
31  border-right: 1px solid #3366CC;
32  border-bottom: 1px solid #3366CC;
33}
34#butter.error {
35  /* Make stack traces legible. */
36  text-align: left;
37}
38
39#butter a:visited,
40#butter a:active,
41#butter a:link,
42#butter a:hover {
43  color: #3366CC;
44}
45