1/* Copyright (c) 2012 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.fedex-tos {
6  -webkit-transition: height 300ms;
7  overflow: hidden;
8  padding: 0 36px;
9  text-align: center;
10}
11
12.fedex-tos .tos-text {
13  padding: 8px 0;
14}
15
16.fedex-tos .agreement-box {
17  -webkit-padding-after: 8px;
18}
19