html.mobile,
.mobile body {
  width: 100%;
  margin: 0;
  padding: 0;
}
.mobile body {
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  font-family: Helvetica;
  font-size: 17px;
  color: #000000;
}
.mblBackground {
  background-color: white;
}
.mblColorBlue {
  color: #ffffff;
  background-color: #366edf;
  background-image: none;
}
.mblColorBlue45 {
  background-image: none;
}
.mblColorDefault {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.mblColorDefault45 {
  background-color: #007aff;
}
.mblColorDefaultSel {
  color: #eeeeee;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.mblColorDefaultSel45 {
  background-color: #a7a7aa;
}
.mblSpriteIcon {
  position: absolute;
}
.mblSpriteIconParent {
  position: relative;
  font-size: 1px;
}
.mblImageIcon {
  vertical-align: top;
}
.unselectable {
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
