/* Copyright 2012 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

h2 {
  color: rgb(74, 142, 230);
  font-size: 100%;
  margin-bottom: 0;
}

.zero {
  color: rgb(127, 127, 127);
}

.ok {
  background: rgb(204, 255, 204);
}

tr.header {
  font-weight: bold;
}

div {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}

div#signin-info {
  columns: 2;
}

div#token-info,
div#cookie-info {
  columns: 1;
}

table.signin-details {
  white-space: pre;
  width: 100%;
}

tr:nth-child(odd) {
  background: rgb(239, 243, 255);
}

table.signin-details tr:nth-child(odd).ok {
  background: rgb(204, 243, 204);
}
