div.lookup_history_box
{
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: 11em; /* will be changed by style in tag */
}

table.lookup_history_table
{
  /*font-size: 0.75em;*/
  border: solid 7px #D2E2EF;
  /*margin-right: 1em;*/
  /*margin-left: auto;*/
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
}

table.lookup_history_table tr.title td
{
  font-weight: bold;
  color: #004B97;
  text-align: center;
  border-bottom: solid 7px #D2E2EF;
  padding: 0.5em;/*0.7em;*/
}

table.lookup_history_table tr.word.first td
{
  padding-top: 0.6em;/*0.8em;*/
}

table.lookup_history_table tr.word td
{
  padding-left: 0.7em;
}

table.lookup_history_table tr.word td a
{
  text-decoration: none;
  color: black;
}

table.lookup_history_table tr.word td a:hover
{
  text-decoration: underline;
}

table.lookup_history_table tr.more td
{
  text-align: right;
  padding-right: 0.5em;
  padding-top: 0.6em;/*0.8em;*/
  padding-bottom: 0.1em;/*0.2em;*/
}

table.lookup_history_table tr.more td a:visited
{
  color: #004B97;
}

table.e_menu
{
  margin-bottom: 5.7em;/*5em;/*8em;*/
}

table.e_menu tr td.e_menu_item1
{
  background-position: 100% 3.2em;
  padding-top: 3em;
}


/*div.headtitle
{
  width: 65%;
}
*/
table.headtitle td.spacer
{
  width: 14.5em;
  min-width: 14.5em;
}
table.headtitle div.spacer
{
  width: 14.5em;
}
dl.mainlist dd.pron_dd
{
  width: 70%;
}