1/* Copyright 2018 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
5body {
6  margin: 1em;
7}
8
9.details {
10  width: 100%;
11}
12
13.details td {
14  min-width: 100px;
15}
16
17.details tr:nth-child(odd) {
18  background: rgb(239, 243, 255);
19}
20
21.controls {
22  display: flex;
23  justify-content: space-between;
24}
25
26#country-code-input {
27  display: inline-block;
28  flex-grow: 1;
29}
30
31.failed.throbber {
32  background: url(chrome://resources/images/error.svg);
33  background-size: contain;
34}
35
36.throbber {
37  margin-bottom: auto;
38  margin-top: auto;
39}
40