@font-face {
    font-family: "Noto Sans Cuneiform";
    src: url(fonts/NotoSansCuneiform-Regular.ttf);
}
html {
  background: rgb(250, 245, 233) url(bg_sumer.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
  text-align: center;
  font-size: 1em;
}
.form {
      text-align: center;
}
.results {
  /*width: 100%;*/
  display: table;
}
.results_area {
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.50);
  border-top: 1px solid  rgba(0, 0, 0, 0.5);
}
.header {
  display: table-header-group;
  min-height: 35px;
  font-weight: bolder;
}
.header div {
  padding-bottom: 10px;
  border-bottom: 1px dashed  rgba(0, 0, 0, 0.25);
}
.result {
  display: table-row;
  min-height: 30px;
}
.result div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed  rgba(0, 0, 0, 0.25);
}
.result:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.cunei {
  text-align: center;
  vertical-align:middle;
  display:table-cell;
  width: 10%
}
.cunei span.avail {
  font-family: "Noto Sans Cuneiform", monospace;
  font-size: 3em;
  cursor:help;
  color: #000000;
}
.cunei span.notavail {
  font-weight: bold;
  color: #B0B0B0;
}
.root {
  display:table-cell;
  vertical-align:middle;
  text-align: center;
  width: 30%
}
.root span {
  border-bottom:1px dotted;
  cursor:help;
}
button.letter {
  background-color: rgba(255, 255, 255, 0.50);
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    width: 26px;
}
button.letter:hover {
  background-color: rgba(255, 255, 255, 1);
  font-weight: bold;
}
.definition {
  text-align: left;
  vertical-align:middle;
  display:table-cell;
  width: 60%
}
label {
  margin-left: 2px;
  margin-right: 15px;
}
label:hover {
  font-weight: bold;
}
div#searchboxes {
  vertical-align: bottom;
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}
input#ss_field {
  height: 30px;
  width: 30%;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
}
button#ss_submit {
  height: 35px;
  width: 10%;
  font-size: 18px;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.75);
}
button#ss_submit:hover {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 1);
}
