.button,
a[href]:hover {
    cursor: pointer
}

a,
img {
    -webkit-user-drag: none
}

.button-full>button.button,
body,
button.button-block,
button.button-full,
html,
input.button.button-block {
    width: 100%
}

body,
html {
    /* height: 100% */
    overflow: hidden;
}

.mobile_test {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: none;
    overflow-scrolling: none;
}

html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

hr {
    display: block;
    -webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    border-style: inset;
    border-width: 1px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

body {
    line-height: 1
}

:focus,
a,
a:active,
a:focus,
a:hover,
button,
button:focus {
    outline: 0
}

a {
    -webkit-tap-highlight-color: transparent
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
    -webkit-font-smoothing: inherit;
    background-image: none
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    padding-left: 0
}

textarea::-moz-placeholder {
    color: #aaa
}

textarea:-ms-input-placeholder {
    color: #aaa
}

textarea::-webkit-input-placeholder {
    color: #aaa;
    text-indent: -3px
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aaa
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
    text-indent: 0
}

button,
input,
label,
select,
textarea {
    font-weight: 400
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
div2,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit
}

canvas{
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    width: 100%

}
.button,
.item {
    position: relative;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    text-overflow: ellipsis
}

.right {
    float: right
}

.bold {
    font-weight: 700
}

.button {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
    line-height: 42px
}

.button-clear {
    box-shadow: none;
    color: #b2b2b2
}

.button-clear,
.button-icon {
    border-color: transparent;
    background: 0 0
}

.list {
    position: relative;
    padding-top: 0;
    padding-bottom: 1px;
    padding-left: 0;
    margin-bottom: 0
}

.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap
}

.item.no-border {
    border: none
}

.item.wrap {
    text-overflow: wrap;
    white-space: normal
}

.item-input input {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500
}