body {
  font-size: 20px;
}

.header {
  width: 70%;
  min-height: 60px;
  margin: 40px auto 0px;
  color: white;
  background: #483d8b;
  text-align: center;
  border: 1px solid gray;
  border-radius: 8px 8px 0px 0px;
}

.header2 {
  width: 70%;
  min-height: 60px;
  margin: 0px auto 0px;
  color: black;
  background: white;
  text-align: center;
  border: 1px solid gray;
}

.wrapper {
  width: 70%;
  margin: 0px auto;
  border: 1px solid gray;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.words {
  width: 29%;
  background: #dcdcdc;
  padding-top: 10px;
  float: left;
}

.word {
  width: 69%;
  float: left;
  padding-left: 10px;
}

#word_list {
  max-height: 400px;
  overflow-y: scroll;
}

li {
  list-style-type: none;
  line-height: 1.4em;
}

li:hover {
  cursor: pointer;
  color: #483d8b;
  background-color: plum;
}

ul {
  margin-left: -10px;
}

h3 {
  color: #483d8b;
}

#dicsearch1 {
  margin-left: 5px;
  width: 24%;
  padding: 5px;
  height: 35px;
  text-align: left;
}

#dicsearch2 {
  margin-left: 5px;
  width: 74%;
  padding: 5px;
  height: 35px;
  text-align: left;
}

#gtinforsearch {
  margin-left: 5px;
  width: 70%;
  padding: 5px;
  height: 30px;
}

table {
  margin: 0 0 2em 0;
  width: 100%;
}

table tbody tr {
  border: solid 1px #dee1e3;
  border-left: 0;
  border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

table td {
  padding: 0.75em 0.75em;
  text-align: left;
}

table th {
  color: #727a82;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: center;
}

table thead {
  border-bottom: solid 2px #dee1e3;
}

table tfoot {
  border-top: solid 2px #dee1e3;
}

table.alt {
  border-collapse: separate;
}

table.alt tbody tr td {
  border: solid 1px #dee1e3;
  border-left-width: 0;
  border-top-width: 0;
}

table.alt tbody tr td:first-child {
  border-left-width: 1px;
}

table.alt tbody tr:first-child td {
  border-top-width: 1px;
}

table.alt thead {
  border-bottom: 0;
}

table.alt tfoot {
  border-top: 0;
}

#iigsearch1 {
  margin-left: 5px;
  width: 9%;
  padding: 5px;
  height: 35px;
  text-align: left;
}
#iigsearch2 {
  margin-left: 5px;
  width: 19%;
  padding: 5px;
  height: 35px;
  text-align: left;
}
#iigsearch3 {
  margin-left: 5px;
  width: 49%;
  padding: 5px;
  height: 35px;
  text-align: left;
}
#iigsearch4 {
  margin-left: 5px;
  width: 19%;
  padding: 5px;
  height: 35px;
  text-align: left;
}
