html{
  direction: rtl;
}
.right {
  float: left !important;
}
.left{
  float: right !important;
}
nav ul li{
  float: right;
}
.row .col{
  float: right;
}
.front-paper .search-wrapper input.search{
  padding: 0 15px 0 45px;
}
.front-paper .search-wrapper button{
  right: unset;
  left: 10px;
}
.front-paper .search-wrapper i.voice{
  right: unset;
  left: 50px;
}
.ase_ac_ltr td {
  text-align: right;
  padding: 2px 8px 1px 0;
}
.ase_ac_ltr tfoot {
  float: left;
}
.input-field label {
  left: unset;
  right: 0.75rem;
}