/*
 * Copyright 2019 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

h3 .small {
  font-size: 12px;
}
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-decoration: none;
  cursor: pointer;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  margin: 10px;
}
.blue {
  background: #007bff;
  color: white;
}
.white {
  color: #666;
  border: 1px solid #bbb;
}
.white:hover {
  color: #333;
  border: 1px solid #888;
}
.black {
  color: #ddd;
  background: #222;
}
.black:hover {
  color: #fff;
  background: #000;
}
.red {
  color: #fff;
  background: #dc3545;
}
.red:hover {
  color: #fff;
  background: #c82333;
}
.box {
  margin: 20px 0 20px 0;
}
.error-info {
  margin: 10px 10px;
  padding: 5px 5px;
  border: 1px solid red;
  background: lightpink;
  color: red;
}
.error {
  margin: 5px 10px;
  padding: 5px 5px;
  border-bottom: 1px solid red;
  font-weight: bold;
}
.error-desc, .error-hint {
  padding: 5px 5px;
}
.error-hint {
  color: black;
}
.hidden {
  display: none;
}
pre {
  border: 1px solid #888;
  background: #eee;
}
.half-width {
  width: 49%;
}
.full-width {
  width: 98%;
}
