1html.mobile,
2.mobile body {
3  width: 100%;
4  margin: 0;
5  padding: 0;
6}
7.mobile body {
8  overflow-x: hidden;
9  -webkit-text-size-adjust: none;
10  font-family: Helvetica;
11  font-size: 17px;
12  color: #000000;
13}
14.mblBackground {
15  background-color: #c0c0c0;
16}
17.mblColorBlue {
18  color: #ffffff;
19  background-color: #048bf4;
20  background-image: -webkit-gradient(linear, left top, left bottom, from(#48adfc), to(#048bf4));
21  background-image: linear-gradient(to bottom, #48adfc 0%, #048bf4 100%);
22}
23.mblColorBlue45 {
24  background-image: -webkit-gradient(linear, left top, right bottom, from(#048bf4), to(#48adfc));
25  background-image: linear-gradient(to right bottom, #048bf4 0%, #48adfc 100%);
26}
27.mblColorDefault {
28  color: #000000;
29  background-color: #a4a4a4;
30  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#a4a4a4));
31  background-image: linear-gradient(to bottom, #e2e2e2 0%, #a4a4a4 100%);
32}
33.mblColorDefault45 {
34  background-image: -webkit-gradient(linear, left top, right bottom, from(#e2e2e2), to(#a4a4a4));
35  background-image: linear-gradient(to right bottom, #e2e2e2 0%, #a4a4a4 100%);
36}
37.mblColorDefaultSel {
38  color: #ffffff;
39  background-color: #999999;
40  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#999999));
41  background-image: linear-gradient(to bottom, #bbbbbb 0%, #999999 100%);
42}
43.mblColorDefaultSel45 {
44  background-image: -webkit-gradient(linear, left top, right bottom, from(#bbbbbb), to(#999999));
45  background-image: linear-gradient(to right bottom, #bbbbbb 0%, #999999 100%);
46}
47.mblSpriteIcon {
48  position: absolute;
49}
50.mblSpriteIconParent {
51  position: relative;
52  font-size: 1px;
53}
54.mblImageIcon {
55  vertical-align: top;
56}
57.unselectable {
58  -ms-user-select: none;
59  -webkit-user-select: none;
60  -moz-user-select: none;
61}
62