1/* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6* /deep/ .line-chart .line {
7  fill: none;
8  stroke-width: 1.5px;
9}
10
11* /deep/ .line-chart #brushes > rect {
12  fill: rgb(192, 192, 192);
13}
14