/* Copyright:: Copyright (c) 2021 Ricoh Company, Ltd. All Rights Reserved. */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

header {
  padding: 30px 4% 10px;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
header h1 {
  margin: 0; padding: 0;
  font-size: 20px;
}
.headerLink{  
  text-decoration: none;
  color: #000;
}
header nav ul {
  list-style: none;
  margin: 0;
  display: flex;
}
header nav ul li{
  margin: 0 0 0 15px;
  font-size: 14px;
}
table {
  font-size: 12px;
  border-collapse: double;
  border-width: thin;
  border-style: solid;
}
ul, li {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #bbb inset;
}
table thead tr th {
  background: #e3f0fb;
}
pre {
  margin: 1em 0;
  padding: 0;
  background: #25292f;
  color: #fff;
  white-space: pre-wrap;
}
