1/* Copyright (c) 2013 The Chromium OS 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 6body { 7 font-family: sans-serif; 8 text-align: center; 9} 10 11.box 12{ 13 border: 1px solid rgb(144,184,222); 14 text-align:right; 15 position:relative; 16 padding: 2px; 17} 18 19table { 20 display: inline-block; 21 background-color: #d8e6f8; 22 border-radius: 5px; 23 padding: 5px; 24} 25 26canvas { 27 display: inline-block; 28 vertical-align: top; 29 padding-left: 20px; 30} 31