


input#searchBox
{
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #333333;
}


input#btnSearch
{
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #333333;
  
  width: 200px;
}


div#output
{
  display: block;
  font-family: monospace;
  white-space: pre;
}

select#dict
{
	width: 200px;
}

