body {
  background-color: #E7E7E7;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 0.18in;
  padding: 0;
  margin: 0; }

.layout {
  background-color: white;
  padding: 15px 15px 30px;
  box-sizing: border-box;
  min-width: 700px; }

p {
  font-family: serif; }

.header,
.footer {
  width: 100%; }
  .header .content,
  .footer .content {
    width: 100%;
    min-width: 700px;
    max-width: 900px;
    margin: 0 auto; }

.header {
  line-height: 1.0;
  margin: 15px 0; }
  .header .content {
    position: relative; }
  .header a.logo {
    display: inline-block; }
  .header img.logo {
    display: inline-block; }
  .header .company-name {
    font-size: 200%;
    position: absolute;
    right: 0;
    bottom: 0; }

.footer {
  color: #404040;
  font-size: 90%;
  margin: 20px 0;
  text-align: center; }
  .footer img.logo {
    height: 1.7ex;
    vertical-align: baseline; }

.page-title {
  text-align: center; }
  .page-title:first-child {
    margin-top: 0; }

.sub-title {
  text-align: center; }

.site-links {
  font-size: 80%;
  display: block;
  list-style-type: none;
  margin: 6ex 0 0;
  padding: 0;
  text-align: center; }
  .site-links li {
    display: inline-block; }
  .site-links li + li {
    border-left: 2px solid #8B0000;
    margin-left: 1ex;
    padding-left: 1ex; }
  .site-links a {
    color: #8B0000;
    text-decoration: none;
    font-weight: bold; }

.index img.graph {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 496px; }

.ferrite-history p,
.company-history p {
  text-indent: 1.5em; }

table.sales-persons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px; }
  table.sales-persons tr + tr td {
    padding-top: 0.5ex; }
  table.sales-persons td.label {
    padding-right: 1em; }
  table.sales-persons p {
    font: inherit;
    margin: 0;
    padding: 0; }
