div.suggestions {
  direction: rtl;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;   
  font-family: UKIJ Basma, UKIJ Tuz Tom, Uyghur Nasq Unicode, UKIJ Nasq, Uyghur Tuz1 Unicode, Uyghur Tuz Unicode, UKIJ Tuz;
  background-color: white;
  font-size: 0.9em;
}

div.suggestions div {
  cursor: default;
  padding: 0px 3px;
  font-family: UKIJ Basma, UKIJ Tuz Tom, Uyghur Nasq Unicode, UKIJ Nasq, Uyghur Tuz1 Unicode, Uyghur Tuz Unicode, UKIJ Tuz;
}

div.suggestions div.current {
  background-color: #3366cc;
  color: white;
  font-family: UKIJ Basma, UKIJ Tuz Tom, Uyghur Nasq Unicode, UKIJ Nasq, Uyghur Tuz1 Unicode, Uyghur Tuz Unicode, UKIJ Tuz;
}


div.suggestions-ar {
  direction: rtl;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;   
  font-family: UKIJ Nasq, Arabic Traditional; 
  background-color: white;
  font-size: 1.0em;
}

div.suggestions-ar div {
  cursor: default;
  padding: 0px 3px;
  font-family: UKIJ Nasq, Arabic Traditional; 
}

div.suggestions-ar div.current {
  background-color: #3366cc;
  color: white;
  font-family: UKIJ Nasq, Arabic Traditional; 
}

div.suggestions-ur {
  direction: rtl;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;   
  font-family: Nafees Nastaleeq, Nafees Naskh; 
  background-color: white;
  font-size: 0.8em;
}

div.suggestions-ur div {
  cursor: default;
  padding: 0px 3px;
  font-family: Nafees Nastaleeq, Nafees Naskh; 
}

div.suggestions-ur div.current {
  background-color: #3366cc;
  color: white;
  font-family: Nafees Nastaleeq, Nafees Naskh; 
}


div.suggestions-en {
  direction: ltr;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;   
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.suggestions-en div {
  cursor: default;
  padding: 0px 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

div.suggestions-en div.current {
  background-color: #3366cc;
  color: white;
}

div.suggestions-cn {
  direction: ltr;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid black;
  position: absolute;   
  background-color: white;
  font-family: Arial Unicode MS, Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

div.suggestions-cn div {
  cursor: default;
  padding: 0px 3px;
  font-family: Arial Unicode MS, Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

div.suggestions-cn div.current {
  background-color: #3366cc;
  color: white;
}

.uinput {
  font-family: UKIJ Basma, UKIJ Tuz Tom, Uyghur Nasq Unicode, UKIJ Nasq, Uyghur Tuz1 Unicode, Uyghur Tuz Unicode, UKIJ Tuz;
}

