body {
  font: normal 14pt/1.72  'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #c5c4b9;
  margin:0;
 }
#findPage {
  width: 95%;
  margin: 2em auto 1.5em auto;
  max-width: 60em;
  background-color:#ccc;
}
form {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#container {
   padding: 4% 4% .75em 4%;
}
#search {
  width: 100%;
  padding-bottom: .75em;
}
h2 {
  line-height: 0;
  color: #005f69;
  padding-left: .5em;
  font-weight: normal;
}
#index {
  column-width: 12em;
  column-gap: 1em;
  column-count: 2;
  background-color: #F4F4F4;
  padding: 1.5em 1em 1em 1em;
}
#index h2 {
  background-color: #cce6e8;
  line-height: 1.5;
  padding-top: .5em;
  padding-left: .8em;
  display: block;
  font-size: 14.5pt;
  font-weight: bold;
}
.find {
  list-style: none;
  text-indent: -.5em;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
.findMenu {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
  background-color: #cce6e8;
}
.findList {
  list-style-type: none;
  list-style-position: inside
     margin-left: 0;
  font-size: 14pt;
  padding: 0 1em 1em 1em;
  list-style-position: outside;
  text-indent: -1em;
  background-color: #cce6e8;
}
li {
  margin-left: 1em;
}
li a {
  padding: .22em;
}
#back {
  right: 0;
  top: 0;
  position: absolute;
  padding: 15px 20px;
  line-height: 0;
}
#search form {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
}
.search-input {
  border: none;
  font-size: 14pt;
  COLOR: #3640C9;
  BACKGROUND: transparent;
  padding: .7em .3em .7em .7em;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #FFF;
  overflow: hidden;
}
.search-submit {
  display: block;
  padding: .7em 1em .7em 1em;
  font-size: 14pt;
  color: #EEE;
  margin-left: 1em;
  border: 0;
  letter-spacing: 1px;
  background-color: #089ba8;
  cursor: pointer;
}
.search-submit:hover {
  background-color: #f8ff6d;
  color: #089ba8;
}
.search-submit:active {
  background-color: lightgrey;
}
.search-image {
  float: left;
}
.search-item p {
  margin: 0;
}
.search-title h3 {
  margin: 0;
}
.search-details {
  font-size: 13px;
}
.search-row:last-child hr {
  display: none;
}
#contentsTable {
  display: table;
  font-size: 13pt;
  color: #005f69;
  width: 100%;
  background-color: #F4F4F4;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #bbb;
  padding: 1em;
}
@media only all and (max-width: 655px), (handheld) {
  #container {
    font-size: 12.5pt;
    line-height: 1.65;
   padding:10% .4em 1em .4em;
  }
  #index h2 {
    font-size: 14pt;
  }
  #index {
    padding: .5em;
  }
  .findList {
    font-size: 13pt;
    margin-bottom: .5em;
  }
  #findPage {
    width: 95%;
    margin: 1.75em auto 1.5em auto;
  }
  #contentsTable {
    font-size: 12pt;
    line-height: 1.6;
    width: 100%;
  }
  .images {
    display: none;
  }
}