@charset "UTF-8";
input.xaverWordWheelTextBox2:focus
{
  outline: 1px solid #AAAAAA;
  outline-offset: -2px;
  border-radius: 1px;
}
ul.xaverWordWheel
{
  position: absolute;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #AAAAAA;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 10;
}
ul.xaverWordWheel > li
{
  list-style: none;
  padding: 6px;
  cursor: pointer;
  white-space: nowrap;
}
ul.xaverWordWheel > li.selected
{
  list-style: none;
  padding: 6px;
  background-color: #CCCCCC;
}
ul.xaverWordWheel > li.nextPage,
ul.xaverWordWheel > li.prevPage
{
  font-style: italic;
  font-size: 75%;
}
ul.xaverWordWheel > li:hover
{
  background-color: #CCCCCC;
}
ul.xaverWordWheel > li > span.wordwheel-highlight
{
  font-weight: bold;
}
