.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.AXGridTable td {
  padding: 5px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.AXFormTable td {
  padding: 5px;
  line-height: 20px;
}
.AXInputLabel span {
  line-height: 1.5em;
  margin: 5px;
}
#AXPage.login .ax-title {
  height: 80px;
  overflow: hidden;
  padding: 20px;
}
#AXPage.login .ax-title h1 {
  display: block;
  height: 50px;
  line-height: 50px;
  float: none;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
#AXPage.login .ax-title h1 i.axi {
  font-size: 50px;
}
#AXPage.login .ax-title .desc {
  display: block;
  height: 30px;
  line-height: 30px;
  float: none;
  text-align: center;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #888;
}
