* {
  box-sizing: border-box;
}

body {
  background-image: url("img/bgX.png");
  background-repeat: repeat-x;
  font: 16px Arial;  
}

a {
  color: #187d1b;
}
a:hover {
  color: #115813;
}

.menuitem {
  font-size:.9em;
  background-color:#27b82f;
}

.menuitem:hover {
  font-size:.98em;
  cursor: pointer;
  background-color:#27b82fe0;
}

.kp {
  font-size:.7em;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

input, textarea {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
}

input[type=submit] {
  background-color: #27b82f;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.gblA {
  padding: 15px;
  background-color: #86ee7a;
  font-weight: bold;
  text-align:center;
  min-width:175px;
}

.gblB {
  padding: 15px;
  font-weight: bold;
  text-align:center;
  cursor:pointer;
  min-width:175px;
}

.gblB:hover {
  background-color:#c7ffc0;
  color: #115813;
}

.gblB:hover a {
  background-color:#c7ffc0;
  color: #115813;
}

#rankTable td {
  padding-left:10px;
  padding-right:10px;
}

.tr-hover:hover td {
  background-color: #86ee7a;
  font-weight:bold;
}

.tr-hoverType:hover td {
  background-color: #dbf9d3;
}

td, th {
  position: relative;
}

.ivtable td {
  padding-left:10px;
  padding-right:10px;
}

.eff256 {
  color:#E80000;
  font-weight:bold;
  font-size:1em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

.eff160 {
  color:#E80000;
  font-weight:bold;
  font-size:1em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

.eff100 {
  color:#7F7F7F;
  font-size:.7em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

.eff63 {
  color:#009500;
  font-weight:bold;
  font-size:1em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

.eff39 {
  color:#00D200;
  font-weight:bold;
  font-size:1em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}

.eff25 {
  color:#00D200;
  font-weight:bold;
  font-size:1em;
  text-decoration:none;
  white-space:nowrap;
  text-align:center;
}